Class TableDataPilotFieldElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TableDataPilotFieldElement

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

      • getTableFunctionAttribute

        public String getTableFunctionAttribute()
        Receives the value of the ODFDOM attribute representation TableFunctionAttribute , See @table:function
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTableFunctionAttribute

        public void setTableFunctionAttribute​(String tableFunctionValue)
        Sets the value of ODFDOM attribute representation TableFunctionAttribute , See @table:function
        Parameters:
        tableFunctionValue - The type is String
      • getTableIsDataLayoutFieldAttribute

        public String getTableIsDataLayoutFieldAttribute()
        Receives the value of the ODFDOM attribute representation TableIsDataLayoutFieldAttribute , See @table:is-data-layout-field
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTableIsDataLayoutFieldAttribute

        public void setTableIsDataLayoutFieldAttribute​(String tableIsDataLayoutFieldValue)
        Sets the value of ODFDOM attribute representation TableIsDataLayoutFieldAttribute , See @table:is-data-layout-field
        Parameters:
        tableIsDataLayoutFieldValue - The type is String
      • getTableOrientationAttribute

        public String getTableOrientationAttribute()
        Receives the value of the ODFDOM attribute representation TableOrientationAttribute , See @table:orientation

        Attribute is mandatory.

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

        public void setTableOrientationAttribute​(String tableOrientationValue)
        Sets the value of ODFDOM attribute representation TableOrientationAttribute , See @table:orientation
        Parameters:
        tableOrientationValue - The type is String
      • getTableSelectedPageAttribute

        public String getTableSelectedPageAttribute()
        Receives the value of the ODFDOM attribute representation TableSelectedPageAttribute , See @table:selected-page
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTableSelectedPageAttribute

        public void setTableSelectedPageAttribute​(String tableSelectedPageValue)
        Sets the value of ODFDOM attribute representation TableSelectedPageAttribute , See @table:selected-page
        Parameters:
        tableSelectedPageValue - The type is String
      • getTableSourceFieldNameAttribute

        public String getTableSourceFieldNameAttribute()
        Receives the value of the ODFDOM attribute representation TableSourceFieldNameAttribute , See @table:source-field-name

        Attribute is mandatory.

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

        public void setTableSourceFieldNameAttribute​(String tableSourceFieldNameValue)
        Sets the value of ODFDOM attribute representation TableSourceFieldNameAttribute , See @table:source-field-name
        Parameters:
        tableSourceFieldNameValue - The type is String
      • getTableUsedHierarchyAttribute

        public Integer getTableUsedHierarchyAttribute()
        Receives the value of the ODFDOM attribute representation TableUsedHierarchyAttribute , See @table:used-hierarchy
        Returns:
        - the Integer , the value or null, if the attribute is not set and no default value defined.
      • setTableUsedHierarchyAttribute

        public void setTableUsedHierarchyAttribute​(Integer tableUsedHierarchyValue)
        Sets the value of ODFDOM attribute representation TableUsedHierarchyAttribute , See @table:used-hierarchy
        Parameters:
        tableUsedHierarchyValue - The type is Integer
      • 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