Class TableDdeLinkElement

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

public class TableDdeLinkElement extends OdfElement
DOM implementation of OpenDocument element <table:dde-link>.
See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • TableDdeLinkElement

      public TableDdeLinkElement(OdfFileDom ownerDoc)
      Create the instance of TableDdeLinkElement
      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 <table:dde-link>.
    • newOfficeDdeSourceElement

      public OfficeDdeSourceElement newOfficeDdeSourceElement(String officeDdeApplicationValue, String officeDdeItemValue, String officeDdeTopicValue)
      Create child element <office:dde-source>.
      Parameters:
      officeDdeApplicationValue - the String value of OfficeDdeApplicationAttribute, see @office:dde-application at specification
      officeDdeItemValue - the String value of OfficeDdeItemAttribute, see @office:dde-item at specification
      officeDdeTopicValue - the String value of OfficeDdeTopicAttribute , see @office:dde-topic at specification Child element is mandatory.
      Returns:
      the element <office:dde-source>
    • newTableTableElement

      public TableTableElement newTableTableElement()
      Create child element <table:table>.

      Child element is mandatory.

      Returns:
      the element <table:table>
    • 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