Class TableSourceRangeAddressElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TableSourceRangeAddressElement

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

      • getTableColumnAttribute

        public Integer getTableColumnAttribute()
        Receives the value of the ODFDOM attribute representation TableColumnAttribute , See @table:column
        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
      • getTableEndColumnAttribute

        public Integer getTableEndColumnAttribute()
        Receives the value of the ODFDOM attribute representation TableEndColumnAttribute , See @table:end-column
        Returns:
        - the Integer , the value or null, if the attribute is not set and no default value defined.
      • setTableEndColumnAttribute

        public void setTableEndColumnAttribute​(Integer tableEndColumnValue)
        Sets the value of ODFDOM attribute representation TableEndColumnAttribute , See @table:end-column
        Parameters:
        tableEndColumnValue - The type is Integer
      • getTableEndRowAttribute

        public Integer getTableEndRowAttribute()
        Receives the value of the ODFDOM attribute representation TableEndRowAttribute , See @table:end-row
        Returns:
        - the Integer , the value or null, if the attribute is not set and no default value defined.
      • setTableEndRowAttribute

        public void setTableEndRowAttribute​(Integer tableEndRowValue)
        Sets the value of ODFDOM attribute representation TableEndRowAttribute , See @table:end-row
        Parameters:
        tableEndRowValue - The type is Integer
      • getTableEndTableAttribute

        public Integer getTableEndTableAttribute()
        Receives the value of the ODFDOM attribute representation TableEndTableAttribute , See @table:end-table
        Returns:
        - the Integer , the value or null, if the attribute is not set and no default value defined.
      • setTableEndTableAttribute

        public void setTableEndTableAttribute​(Integer tableEndTableValue)
        Sets the value of ODFDOM attribute representation TableEndTableAttribute , See @table:end-table
        Parameters:
        tableEndTableValue - The type is Integer
      • getTableRowAttribute

        public Integer getTableRowAttribute()
        Receives the value of the ODFDOM attribute representation TableRowAttribute , See @table:row
        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
      • getTableStartColumnAttribute

        public Integer getTableStartColumnAttribute()
        Receives the value of the ODFDOM attribute representation TableStartColumnAttribute , See @table:start-column
        Returns:
        - the Integer , the value or null, if the attribute is not set and no default value defined.
      • setTableStartColumnAttribute

        public void setTableStartColumnAttribute​(Integer tableStartColumnValue)
        Sets the value of ODFDOM attribute representation TableStartColumnAttribute , See @table:start-column
        Parameters:
        tableStartColumnValue - The type is Integer
      • getTableStartRowAttribute

        public Integer getTableStartRowAttribute()
        Receives the value of the ODFDOM attribute representation TableStartRowAttribute , See @table:start-row
        Returns:
        - the Integer , the value or null, if the attribute is not set and no default value defined.
      • setTableStartRowAttribute

        public void setTableStartRowAttribute​(Integer tableStartRowValue)
        Sets the value of ODFDOM attribute representation TableStartRowAttribute , See @table:start-row
        Parameters:
        tableStartRowValue - The type is Integer
      • getTableStartTableAttribute

        public Integer getTableStartTableAttribute()
        Receives the value of the ODFDOM attribute representation TableStartTableAttribute , See @table:start-table
        Returns:
        - the Integer , the value or null, if the attribute is not set and no default value defined.
      • setTableStartTableAttribute

        public void setTableStartTableAttribute​(Integer tableStartTableValue)
        Sets the value of ODFDOM attribute representation TableStartTableAttribute , See @table:start-table
        Parameters:
        tableStartTableValue - The type is Integer
      • getTableTableAttribute

        public Integer getTableTableAttribute()
        Receives the value of the ODFDOM attribute representation TableTableAttribute , See @table:table
        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