Class TableCellAddressElement

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

public class TableCellAddressElement extends OdfElement
DOM implementation of OpenDocument element <table:cell-address>.
See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • TableCellAddressElement

      public TableCellAddressElement(OdfFileDom ownerDoc)
      Create the instance of TableCellAddressElement
      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:cell-address>.
    • 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