Class TableLabelRangeElement

All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class TableLabelRangeElement extends OdfElement
DOM implementation of OpenDocument element <table:label-range>.
See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • TableLabelRangeElement

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

    • getOdfName

      public OdfName getOdfName()
      Get the element name
      Specified by:
      getOdfName in class OdfElement
      Returns:
      return OdfName the name of element <table:label-range>.
    • 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)
      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