Class TextTableIndexSourceElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TextTableIndexSourceElement

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

      • getTextCaptionSequenceFormatAttribute

        public String getTextCaptionSequenceFormatAttribute()
        Receives the value of the ODFDOM attribute representation TextCaptionSequenceFormatAttribute , See @text:caption-sequence-format
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTextCaptionSequenceFormatAttribute

        public void setTextCaptionSequenceFormatAttribute​(String textCaptionSequenceFormatValue)
        Sets the value of ODFDOM attribute representation TextCaptionSequenceFormatAttribute , See @text:caption-sequence-format
        Parameters:
        textCaptionSequenceFormatValue - The type is String
      • getTextCaptionSequenceNameAttribute

        public String getTextCaptionSequenceNameAttribute()
        Receives the value of the ODFDOM attribute representation TextCaptionSequenceNameAttribute , See @text:caption-sequence-name
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTextCaptionSequenceNameAttribute

        public void setTextCaptionSequenceNameAttribute​(String textCaptionSequenceNameValue)
        Sets the value of ODFDOM attribute representation TextCaptionSequenceNameAttribute , See @text:caption-sequence-name
        Parameters:
        textCaptionSequenceNameValue - The type is String
      • 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
      • 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
      • getTextUseCaptionAttribute

        public Boolean getTextUseCaptionAttribute()
        Receives the value of the ODFDOM attribute representation TextUseCaptionAttribute , See @text:use-caption
        Returns:
        - the Boolean , the value or null, if the attribute is not set and no default value defined.
      • setTextUseCaptionAttribute

        public void setTextUseCaptionAttribute​(Boolean textUseCaptionValue)
        Sets the value of ODFDOM attribute representation TextUseCaptionAttribute , See @text:use-caption
        Parameters:
        textUseCaptionValue - 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