Class OfficeDdeSourceElement

All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class OfficeDdeSourceElement extends OdfElement
DOM implementation of OpenDocument element <office:dde-source>.
See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • OfficeDdeSourceElement

      public OfficeDdeSourceElement(OdfFileDom ownerDoc)
      Create the instance of OfficeDdeSourceElement
      Parameters:
      ownerDoc - The type is OdfFileDom
  • Method Details

    • getOdfName

      public OdfName getOdfName()
      Get the element name
      Specified by:
      getOdfName in class OdfElement
      Returns:
      return OdfName the name of element <office:dde-source>.
    • 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
    • getOfficeConversionModeAttribute

      public String getOfficeConversionModeAttribute()
      Receives the value of the ODFDOM attribute representation OfficeConversionModeAttribute , See @office:conversion-mode
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setOfficeConversionModeAttribute

      public void setOfficeConversionModeAttribute(String officeConversionModeValue)
      Sets the value of ODFDOM attribute representation OfficeConversionModeAttribute , See @office:conversion-mode
      Parameters:
      officeConversionModeValue - The type is String
    • 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
      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)
      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