Class TextTableOfContentSourceElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TextTableOfContentSourceElement

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

      • 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
      • 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