Class TextDdeConnectionDeclElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TextDdeConnectionDeclElement

        public TextDdeConnectionDeclElement​(OdfFileDom ownerDoc)
        Create the instance of TextDdeConnectionDeclElement
        Parameters:
        ownerDoc - The type is OdfFileDom
    • Method Detail

      • getOfficeAutomaticUpdateAttribute

        public Boolean getOfficeAutomaticUpdateAttribute()
        Receives the value of the ODFDOM attribute representation OfficeAutomaticUpdateAttribute , See @office:automatic-update
        Returns:
        - the Boolean , the value or null, if the attribute is not set and no default value defined.
      • setOfficeAutomaticUpdateAttribute

        public void setOfficeAutomaticUpdateAttribute​(Boolean officeAutomaticUpdateValue)
        Sets the value of ODFDOM attribute representation OfficeAutomaticUpdateAttribute , See @office:automatic-update
        Parameters:
        officeAutomaticUpdateValue - The type is Boolean
      • getOfficeDdeApplicationAttribute

        public String getOfficeDdeApplicationAttribute()
        Receives the value of the ODFDOM attribute representation OfficeDdeApplicationAttribute , See @office:dde-application

        Attribute is mandatory.

        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setOfficeDdeApplicationAttribute

        public void setOfficeDdeApplicationAttribute​(String officeDdeApplicationValue)
        Sets the value of ODFDOM attribute representation OfficeDdeApplicationAttribute , See @office:dde-application
        Parameters:
        officeDdeApplicationValue - The type is String
      • getOfficeDdeItemAttribute

        public String getOfficeDdeItemAttribute()
        Receives the value of the ODFDOM attribute representation OfficeDdeItemAttribute , See @office:dde-item

        Attribute is mandatory.

        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setOfficeDdeItemAttribute

        public void setOfficeDdeItemAttribute​(String officeDdeItemValue)
        Sets the value of ODFDOM attribute representation OfficeDdeItemAttribute , See @office:dde-item
        Parameters:
        officeDdeItemValue - The type is String
      • getOfficeDdeTopicAttribute

        public String getOfficeDdeTopicAttribute()
        Receives the value of the ODFDOM attribute representation OfficeDdeTopicAttribute , See @office:dde-topic

        Attribute is mandatory.

        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setOfficeDdeTopicAttribute

        public void setOfficeDdeTopicAttribute​(String officeDdeTopicValue)
        Sets the value of ODFDOM attribute representation OfficeDdeTopicAttribute , See @office:dde-topic
        Parameters:
        officeDdeTopicValue - The type is String
      • getOfficeNameAttribute

        public String getOfficeNameAttribute()
        Receives the value of the ODFDOM attribute representation OfficeNameAttribute , See @office:name

        Attribute is mandatory.

        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setOfficeNameAttribute

        public void setOfficeNameAttribute​(String officeNameValue)
        Sets the value of ODFDOM attribute representation OfficeNameAttribute , See @office:name
        Parameters:
        officeNameValue - The type is String
      • accept

        public void accept​(ElementVisitor visitor)
        Description copied from class: OdfElement
        Accept an visitor instance to allow the visitor to do some operations. Refer to visitor design pattern to get a better understanding.
        Overrides:
        accept in class OdfElement
        Parameters:
        visitor - an instance of DefaultElementVisitor