Class TableMovementCutOffElement

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

public class TableMovementCutOffElement extends OdfElement
DOM implementation of OpenDocument element <table:movement-cut-off>.
See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • TableMovementCutOffElement

      public TableMovementCutOffElement(OdfFileDom ownerDoc)
      Create the instance of TableMovementCutOffElement
      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:movement-cut-off>.
    • getTableEndPositionAttribute

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

      public void setTableEndPositionAttribute(Integer tableEndPositionValue)
      Sets the value of ODFDOM attribute representation TableEndPositionAttribute , See @table:end-position
      Parameters:
      tableEndPositionValue - The type is Integer
    • getTablePositionAttribute

      public Integer getTablePositionAttribute()
      Receives the value of the ODFDOM attribute representation TablePositionAttribute , See @table:position
      Returns:
      - the Integer , the value or null, if the attribute is not set and no default value defined.
    • setTablePositionAttribute

      public void setTablePositionAttribute(Integer tablePositionValue)
      Sets the value of ODFDOM attribute representation TablePositionAttribute , See @table:position
      Parameters:
      tablePositionValue - The type is Integer
    • getTableStartPositionAttribute

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

      public void setTableStartPositionAttribute(Integer tableStartPositionValue)
      Sets the value of ODFDOM attribute representation TableStartPositionAttribute , See @table:start-position
      Parameters:
      tableStartPositionValue - 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