Class StyleColumnSepElement

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

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

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • StyleColumnSepElement

      public StyleColumnSepElement(OdfFileDom ownerDoc)
      Create the instance of StyleColumnSepElement
      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-sep>.
    • getStyleColorAttribute

      public String getStyleColorAttribute()
      Receives the value of the ODFDOM attribute representation StyleColorAttribute , See @style:color
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleColorAttribute

      public void setStyleColorAttribute(String styleColorValue)
      Sets the value of ODFDOM attribute representation StyleColorAttribute , See @style:color
      Parameters:
      styleColorValue - The type is String
    • getStyleHeightAttribute

      public String getStyleHeightAttribute()
      Receives the value of the ODFDOM attribute representation StyleHeightAttribute , See @style:height
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleHeightAttribute

      public void setStyleHeightAttribute(String styleHeightValue)
      Sets the value of ODFDOM attribute representation StyleHeightAttribute , See @style:height
      Parameters:
      styleHeightValue - The type is String
    • getStyleStyleAttribute

      public String getStyleStyleAttribute()
      Receives the value of the ODFDOM attribute representation StyleStyleAttribute , See @style:style
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleStyleAttribute

      public void setStyleStyleAttribute(String styleStyleValue)
      Sets the value of ODFDOM attribute representation StyleStyleAttribute , See @style:style
      Parameters:
      styleStyleValue - The type is String
    • getStyleVerticalAlignAttribute

      public String getStyleVerticalAlignAttribute()
      Receives the value of the ODFDOM attribute representation StyleVerticalAlignAttribute , See @style:vertical-align
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStyleVerticalAlignAttribute

      public void setStyleVerticalAlignAttribute(String styleVerticalAlignValue)
      Sets the value of ODFDOM attribute representation StyleVerticalAlignAttribute , See @style:vertical-align
      Parameters:
      styleVerticalAlignValue - The type is String
    • getStyleWidthAttribute

      public String getStyleWidthAttribute()
      Receives the value of the ODFDOM attribute representation StyleWidthAttribute , See @style:width

      Attribute is mandatory.

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

      public void setStyleWidthAttribute(String styleWidthValue)
      Sets the value of ODFDOM attribute representation StyleWidthAttribute , See @style:width
      Parameters:
      styleWidthValue - 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