Class TextTableOfContentSourceElement

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

public class TextTableOfContentSourceElement extends OdfElement
DOM implementation of OpenDocument element <text:table-of-content-source>.
See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • TextTableOfContentSourceElement

      public TextTableOfContentSourceElement(OdfFileDom ownerDoc)
      Create the instance of TextTableOfContentSourceElement
      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:table-of-content-source>.
    • getTextIndexScopeAttribute

      public String getTextIndexScopeAttribute()
      Receives the value of the ODFDOM attribute representation TextIndexScopeAttribute , See @text:index-scope
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setTextIndexScopeAttribute

      public void setTextIndexScopeAttribute(String textIndexScopeValue)
      Sets the value of ODFDOM attribute representation TextIndexScopeAttribute , See @text:index-scope
      Parameters:
      textIndexScopeValue - The type is String
    • getTextOutlineLevelAttribute

      public Integer getTextOutlineLevelAttribute()
      Receives the value of the ODFDOM attribute representation TextOutlineLevelAttribute , See @text:outline-level
      Returns:
      - the Integer , the value or null, if the attribute is not set and no default value defined.
    • setTextOutlineLevelAttribute

      public void setTextOutlineLevelAttribute(Integer textOutlineLevelValue)
      Sets the value of ODFDOM attribute representation TextOutlineLevelAttribute , See @text:outline-level
      Parameters:
      textOutlineLevelValue - The type is Integer
    • getTextRelativeTabStopPositionAttribute

      public Boolean getTextRelativeTabStopPositionAttribute()
      Receives the value of the ODFDOM attribute representation TextRelativeTabStopPositionAttribute , See @text:relative-tab-stop-position
      Returns:
      - the Boolean , the value or null, if the attribute is not set and no default value defined.
    • setTextRelativeTabStopPositionAttribute

      public void setTextRelativeTabStopPositionAttribute(Boolean textRelativeTabStopPositionValue)
      Sets the value of ODFDOM attribute representation TextRelativeTabStopPositionAttribute , See @text:relative-tab-stop-position
      Parameters:
      textRelativeTabStopPositionValue - The type is Boolean
    • getTextUseIndexMarksAttribute

      public Boolean getTextUseIndexMarksAttribute()
      Receives the value of the ODFDOM attribute representation TextUseIndexMarksAttribute , See @text:use-index-marks
      Returns:
      - the Boolean , the value or null, if the attribute is not set and no default value defined.
    • setTextUseIndexMarksAttribute

      public void setTextUseIndexMarksAttribute(Boolean textUseIndexMarksValue)
      Sets the value of ODFDOM attribute representation TextUseIndexMarksAttribute , See @text:use-index-marks
      Parameters:
      textUseIndexMarksValue - The type is Boolean
    • getTextUseIndexSourceStylesAttribute

      public Boolean getTextUseIndexSourceStylesAttribute()
      Receives the value of the ODFDOM attribute representation TextUseIndexSourceStylesAttribute , See @text:use-index-source-styles
      Returns:
      - the Boolean , the value or null, if the attribute is not set and no default value defined.
    • setTextUseIndexSourceStylesAttribute

      public void setTextUseIndexSourceStylesAttribute(Boolean textUseIndexSourceStylesValue)
      Sets the value of ODFDOM attribute representation TextUseIndexSourceStylesAttribute , See @text:use-index-source-styles
      Parameters:
      textUseIndexSourceStylesValue - The type is Boolean
    • getTextUseOutlineLevelAttribute

      public Boolean getTextUseOutlineLevelAttribute()
      Receives the value of the ODFDOM attribute representation TextUseOutlineLevelAttribute , See @text:use-outline-level
      Returns:
      - the Boolean , the value or null, if the attribute is not set and no default value defined.
    • setTextUseOutlineLevelAttribute

      public void setTextUseOutlineLevelAttribute(Boolean textUseOutlineLevelValue)
      Sets the value of ODFDOM attribute representation TextUseOutlineLevelAttribute , See @text:use-outline-level
      Parameters:
      textUseOutlineLevelValue - The type is Boolean
    • newTextIndexSourceStylesElement

      public TextIndexSourceStylesElement newTextIndexSourceStylesElement(int textOutlineLevelValue)
      Create child element <text:index-source-styles>.
      Parameters:
      textOutlineLevelValue - the Integer value of TextOutlineLevelAttribute , see @text:outline-level at specification
      Returns:
      the element <text:index-source-styles>
    • newTextIndexTitleTemplateElement

      public TextIndexTitleTemplateElement newTextIndexTitleTemplateElement()
      Create child element <text:index-title-template>.
      Returns:
      the element <text:index-title-template>
    • newTextTableOfContentEntryTemplateElement

      public TextTableOfContentEntryTemplateElement newTextTableOfContentEntryTemplateElement(int textOutlineLevelValue, String textStyleNameValue)
      Parameters:
      textOutlineLevelValue - the Integer value of TextOutlineLevelAttribute , see @text:outline-level at specification
      textStyleNameValue - the String value of TextStyleNameAttribute, see @text:style-name at specification
      Returns:
      the element <text:table-of-content-entry-template>
    • 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