Class TextNoteElement

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

public class TextNoteElement extends OdfElement
DOM implementation of OpenDocument element <text:note>.
See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • TextNoteElement

      public TextNoteElement(OdfFileDom ownerDoc)
      Create the instance of TextNoteElement
      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 <text:note>.
    • getTextIdAttribute

      public String getTextIdAttribute()
      Receives the value of the ODFDOM attribute representation TextIdAttribute , See @text:id
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setTextIdAttribute

      public void setTextIdAttribute(String textIdValue)
      Sets the value of ODFDOM attribute representation TextIdAttribute , See @text:id
      Parameters:
      textIdValue - The type is String
    • getTextNoteClassAttribute

      public String getTextNoteClassAttribute()
      Receives the value of the ODFDOM attribute representation TextNoteClassAttribute , See @text:note-class

      Attribute is mandatory.

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

      public void setTextNoteClassAttribute(String textNoteClassValue)
      Sets the value of ODFDOM attribute representation TextNoteClassAttribute , See @text:note-class
      Parameters:
      textNoteClassValue - The type is String
    • newTextNoteBodyElement

      public TextNoteBodyElement newTextNoteBodyElement()
      Create child element <text:note-body>.

      Child element is mandatory.

      Returns:
      the element <text:note-body>
    • newTextNoteCitationElement

      public TextNoteCitationElement newTextNoteCitationElement()
      Create child element <text:note-citation>.

      Child element is mandatory.

      Returns:
      the element <text:note-citation>
    • 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