Class StyleColumnsElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • StyleColumnsElement

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

      • getFoColumnCountAttribute

        public Integer getFoColumnCountAttribute()
        Receives the value of the ODFDOM attribute representation FoColumnCountAttribute , See @fo:column-count

        Attribute is mandatory.

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

        public void setFoColumnCountAttribute​(Integer foColumnCountValue)
        Sets the value of ODFDOM attribute representation FoColumnCountAttribute , See @fo:column-count
        Parameters:
        foColumnCountValue - The type is Integer
      • getFoColumnGapAttribute

        public String getFoColumnGapAttribute()
        Receives the value of the ODFDOM attribute representation FoColumnGapAttribute , See @fo:column-gap
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setFoColumnGapAttribute

        public void setFoColumnGapAttribute​(String foColumnGapValue)
        Sets the value of ODFDOM attribute representation FoColumnGapAttribute , See @fo:column-gap
        Parameters:
        foColumnGapValue - The type is String
      • accept

        public void accept​(ElementVisitor visitor)
        Description copied from class: OdfElement
        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