Class StyleColumnSepElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • StyleColumnSepElement

        public StyleColumnSepElement​(OdfFileDom ownerDoc)
        Create the instance of StyleColumnSepElement
        Parameters:
        ownerDoc - The type is OdfFileDom
    • Method Detail

      • 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