Class StyleColumnElement

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

public class StyleColumnElement extends OdfElement
DOM implementation of OpenDocument element <style:column>.
See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • StyleColumnElement

      public StyleColumnElement(OdfFileDom ownerDoc)
      Create the instance of StyleColumnElement
      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:column>.
    • getFoEndIndentAttribute

      public String getFoEndIndentAttribute()
      Receives the value of the ODFDOM attribute representation FoEndIndentAttribute , See @fo:end-indent
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoEndIndentAttribute

      public void setFoEndIndentAttribute(String foEndIndentValue)
      Sets the value of ODFDOM attribute representation FoEndIndentAttribute , See @fo:end-indent
      Parameters:
      foEndIndentValue - The type is String
    • getFoSpaceAfterAttribute

      public String getFoSpaceAfterAttribute()
      Receives the value of the ODFDOM attribute representation FoSpaceAfterAttribute , See @fo:space-after
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoSpaceAfterAttribute

      public void setFoSpaceAfterAttribute(String foSpaceAfterValue)
      Sets the value of ODFDOM attribute representation FoSpaceAfterAttribute , See @fo:space-after
      Parameters:
      foSpaceAfterValue - The type is String
    • getFoSpaceBeforeAttribute

      public String getFoSpaceBeforeAttribute()
      Receives the value of the ODFDOM attribute representation FoSpaceBeforeAttribute , See @fo:space-before
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoSpaceBeforeAttribute

      public void setFoSpaceBeforeAttribute(String foSpaceBeforeValue)
      Sets the value of ODFDOM attribute representation FoSpaceBeforeAttribute , See @fo:space-before
      Parameters:
      foSpaceBeforeValue - The type is String
    • getFoStartIndentAttribute

      public String getFoStartIndentAttribute()
      Receives the value of the ODFDOM attribute representation FoStartIndentAttribute , See @fo:start-indent
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoStartIndentAttribute

      public void setFoStartIndentAttribute(String foStartIndentValue)
      Sets the value of ODFDOM attribute representation FoStartIndentAttribute , See @fo:start-indent
      Parameters:
      foStartIndentValue - The type is String
    • getStyleRelWidthAttribute

      public String getStyleRelWidthAttribute()
      Receives the value of the ODFDOM attribute representation StyleRelWidthAttribute , See @style:rel-width

      Attribute is mandatory.

      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleRelWidthAttribute

      public void setStyleRelWidthAttribute(String styleRelWidthValue)
      Sets the value of ODFDOM attribute representation StyleRelWidthAttribute , See @style:rel-width
      Parameters:
      styleRelWidthValue - 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