Class TableLabelRangeElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TableLabelRangeElement

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

      • getTableDataCellRangeAddressAttribute

        public String getTableDataCellRangeAddressAttribute()
        Receives the value of the ODFDOM attribute representation TableDataCellRangeAddressAttribute , See @table:data-cell-range-address

        Attribute is mandatory.

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

        public void setTableDataCellRangeAddressAttribute​(String tableDataCellRangeAddressValue)
        Sets the value of ODFDOM attribute representation TableDataCellRangeAddressAttribute , See @table:data-cell-range-address
        Parameters:
        tableDataCellRangeAddressValue - The type is String
      • getTableLabelCellRangeAddressAttribute

        public String getTableLabelCellRangeAddressAttribute()
        Receives the value of the ODFDOM attribute representation TableLabelCellRangeAddressAttribute , See @table:label-cell-range-address

        Attribute is mandatory.

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

        public void setTableLabelCellRangeAddressAttribute​(String tableLabelCellRangeAddressValue)
        Sets the value of ODFDOM attribute representation TableLabelCellRangeAddressAttribute , See @table:label-cell-range-address
        Parameters:
        tableLabelCellRangeAddressValue - 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
      • 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