Class TableCellAddressElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TableCellAddressElement

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

      • getTableColumnAttribute

        public Integer getTableColumnAttribute()
        Receives the value of the ODFDOM attribute representation TableColumnAttribute , See @table:column

        Attribute is mandatory.

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

        public void setTableColumnAttribute​(Integer tableColumnValue)
        Sets the value of ODFDOM attribute representation TableColumnAttribute , See @table:column
        Parameters:
        tableColumnValue - The type is Integer
      • getTableRowAttribute

        public Integer getTableRowAttribute()
        Receives the value of the ODFDOM attribute representation TableRowAttribute , See @table:row

        Attribute is mandatory.

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

        public void setTableRowAttribute​(Integer tableRowValue)
        Sets the value of ODFDOM attribute representation TableRowAttribute , See @table:row
        Parameters:
        tableRowValue - The type is Integer
      • getTableTableAttribute

        public Integer getTableTableAttribute()
        Receives the value of the ODFDOM attribute representation TableTableAttribute , See @table:table

        Attribute is mandatory.

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

        public void setTableTableAttribute​(Integer tableTableValue)
        Sets the value of ODFDOM attribute representation TableTableAttribute , See @table:table
        Parameters:
        tableTableValue - 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