Class StyleFootnoteSepElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • StyleFootnoteSepElement

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

      • getStyleAdjustmentAttribute

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

        public void setStyleAdjustmentAttribute​(String styleAdjustmentValue)
        Sets the value of ODFDOM attribute representation StyleAdjustmentAttribute , See @style:adjustment
        Parameters:
        styleAdjustmentValue - The type is String
      • 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
      • getStyleDistanceAfterSepAttribute

        public String getStyleDistanceAfterSepAttribute()
        Receives the value of the ODFDOM attribute representation StyleDistanceAfterSepAttribute , See @style:distance-after-sep
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setStyleDistanceAfterSepAttribute

        public void setStyleDistanceAfterSepAttribute​(String styleDistanceAfterSepValue)
        Sets the value of ODFDOM attribute representation StyleDistanceAfterSepAttribute , See @style:distance-after-sep
        Parameters:
        styleDistanceAfterSepValue - The type is String
      • getStyleDistanceBeforeSepAttribute

        public String getStyleDistanceBeforeSepAttribute()
        Receives the value of the ODFDOM attribute representation StyleDistanceBeforeSepAttribute , See @style:distance-before-sep
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setStyleDistanceBeforeSepAttribute

        public void setStyleDistanceBeforeSepAttribute​(String styleDistanceBeforeSepValue)
        Sets the value of ODFDOM attribute representation StyleDistanceBeforeSepAttribute , See @style:distance-before-sep
        Parameters:
        styleDistanceBeforeSepValue - The type is String
      • getStyleLineStyleAttribute

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

        public void setStyleLineStyleAttribute​(String styleLineStyleValue)
        Sets the value of ODFDOM attribute representation StyleLineStyleAttribute , See @style:line-style
        Parameters:
        styleLineStyleValue - The type is String
      • getStyleRelWidthAttribute

        public String getStyleRelWidthAttribute()
        Receives the value of the ODFDOM attribute representation StyleRelWidthAttribute , See @style:rel-width
        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
      • getStyleWidthAttribute

        public String getStyleWidthAttribute()
        Receives the value of the ODFDOM attribute representation StyleWidthAttribute , See @style:width
        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)
        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