Class TableIterationElement

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

public class TableIterationElement extends OdfElement
DOM implementation of OpenDocument element <table:iteration>.
See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • TableIterationElement

      public TableIterationElement(OdfFileDom ownerDoc)
      Create the instance of TableIterationElement
      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:iteration>.
    • getTableMaximumDifferenceAttribute

      public Double getTableMaximumDifferenceAttribute()
      Receives the value of the ODFDOM attribute representation TableMaximumDifferenceAttribute , See @table:maximum-difference
      Returns:
      - the Double , the value or null, if the attribute is not set and no default value defined.
    • setTableMaximumDifferenceAttribute

      public void setTableMaximumDifferenceAttribute(Double tableMaximumDifferenceValue)
      Sets the value of ODFDOM attribute representation TableMaximumDifferenceAttribute , See @table:maximum-difference
      Parameters:
      tableMaximumDifferenceValue - The type is Double
    • getTableStatusAttribute

      public String getTableStatusAttribute()
      Receives the value of the ODFDOM attribute representation TableStatusAttribute , See @table:status
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setTableStatusAttribute

      public void setTableStatusAttribute(String tableStatusValue)
      Sets the value of ODFDOM attribute representation TableStatusAttribute , See @table:status
      Parameters:
      tableStatusValue - The type is String
    • getTableStepsAttribute

      public Integer getTableStepsAttribute()
      Receives the value of the ODFDOM attribute representation TableStepsAttribute , See @table:steps
      Returns:
      - the Integer , the value or null, if the attribute is not set and no default value defined.
    • setTableStepsAttribute

      public void setTableStepsAttribute(Integer tableStepsValue)
      Sets the value of ODFDOM attribute representation TableStepsAttribute , See @table:steps
      Parameters:
      tableStepsValue - 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