Class StyleTableColumnPropertiesElement

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

public class StyleTableColumnPropertiesElement extends OdfStylePropertiesBase
DOM implementation of OpenDocument element <style:table-column-properties>.
See Also:
  • Field Details

  • Constructor Details

    • StyleTableColumnPropertiesElement

      public StyleTableColumnPropertiesElement(OdfFileDom ownerDoc)
      Create the instance of StyleTableColumnPropertiesElement
      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 <style:table-column-properties>.
    • getFoBreakAfterAttribute

      public String getFoBreakAfterAttribute()
      Receives the value of the ODFDOM attribute representation FoBreakAfterAttribute , See @fo:break-after
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoBreakAfterAttribute

      public void setFoBreakAfterAttribute(String foBreakAfterValue)
      Sets the value of ODFDOM attribute representation FoBreakAfterAttribute , See @fo:break-after
      Parameters:
      foBreakAfterValue - The type is String
    • getFoBreakBeforeAttribute

      public String getFoBreakBeforeAttribute()
      Receives the value of the ODFDOM attribute representation FoBreakBeforeAttribute , See @fo:break-before
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoBreakBeforeAttribute

      public void setFoBreakBeforeAttribute(String foBreakBeforeValue)
      Sets the value of ODFDOM attribute representation FoBreakBeforeAttribute , See @fo:break-before
      Parameters:
      foBreakBeforeValue - The type is String
    • getStyleColumnWidthAttribute

      public String getStyleColumnWidthAttribute()
      Receives the value of the ODFDOM attribute representation StyleColumnWidthAttribute , See @style:column-width
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleColumnWidthAttribute

      public void setStyleColumnWidthAttribute(String styleColumnWidthValue)
      Sets the value of ODFDOM attribute representation StyleColumnWidthAttribute , See @style:column-width
      Parameters:
      styleColumnWidthValue - The type is String
    • getStyleRelColumnWidthAttribute

      public String getStyleRelColumnWidthAttribute()
      Receives the value of the ODFDOM attribute representation StyleRelColumnWidthAttribute , See @style:rel-column-width
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleRelColumnWidthAttribute

      public void setStyleRelColumnWidthAttribute(String styleRelColumnWidthValue)
      Sets the value of ODFDOM attribute representation StyleRelColumnWidthAttribute , See @style:rel-column-width
      Parameters:
      styleRelColumnWidthValue - The type is String
    • getStyleUseOptimalColumnWidthAttribute

      public Boolean getStyleUseOptimalColumnWidthAttribute()
      Receives the value of the ODFDOM attribute representation StyleUseOptimalColumnWidthAttribute , See @style:use-optimal-column-width
      Returns:
      - the Boolean , the value or null, if the attribute is not set and no default value defined.
    • setStyleUseOptimalColumnWidthAttribute

      public void setStyleUseOptimalColumnWidthAttribute(Boolean styleUseOptimalColumnWidthValue)
      Sets the value of ODFDOM attribute representation StyleUseOptimalColumnWidthAttribute , See @style:use-optimal-column-width
      Parameters:
      styleUseOptimalColumnWidthValue - The type is Boolean
    • 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