Class TableDataPilotDisplayInfoElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TableDataPilotDisplayInfoElement

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

      • getTableDataFieldAttribute

        public String getTableDataFieldAttribute()
        Receives the value of the ODFDOM attribute representation TableDataFieldAttribute , See @table:data-field

        Attribute is mandatory.

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

        public void setTableDataFieldAttribute​(String tableDataFieldValue)
        Sets the value of ODFDOM attribute representation TableDataFieldAttribute , See @table:data-field
        Parameters:
        tableDataFieldValue - The type is String
      • getTableDisplayMemberModeAttribute

        public String getTableDisplayMemberModeAttribute()
        Receives the value of the ODFDOM attribute representation TableDisplayMemberModeAttribute , See @table:display-member-mode

        Attribute is mandatory.

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

        public void setTableDisplayMemberModeAttribute​(String tableDisplayMemberModeValue)
        Sets the value of ODFDOM attribute representation TableDisplayMemberModeAttribute , See @table:display-member-mode
        Parameters:
        tableDisplayMemberModeValue - The type is String
      • getTableEnabledAttribute

        public Boolean getTableEnabledAttribute()
        Receives the value of the ODFDOM attribute representation TableEnabledAttribute , See @table:enabled

        Attribute is mandatory.

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

        public void setTableEnabledAttribute​(Boolean tableEnabledValue)
        Sets the value of ODFDOM attribute representation TableEnabledAttribute , See @table:enabled
        Parameters:
        tableEnabledValue - The type is Boolean
      • getTableMemberCountAttribute

        public Integer getTableMemberCountAttribute()
        Receives the value of the ODFDOM attribute representation TableMemberCountAttribute , See @table:member-count

        Attribute is mandatory.

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

        public void setTableMemberCountAttribute​(Integer tableMemberCountValue)
        Sets the value of ODFDOM attribute representation TableMemberCountAttribute , See @table:member-count
        Parameters:
        tableMemberCountValue - The type is Integer
      • accept

        public void accept​(ElementVisitor visitor)
        Description copied from class: OdfElement
        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