Class StyleListLevelPropertiesElement

    • Constructor Detail

      • StyleListLevelPropertiesElement

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

      • getFoHeightAttribute

        public String getFoHeightAttribute()
        Receives the value of the ODFDOM attribute representation FoHeightAttribute , See @fo:height
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setFoHeightAttribute

        public void setFoHeightAttribute​(String foHeightValue)
        Sets the value of ODFDOM attribute representation FoHeightAttribute , See @fo:height
        Parameters:
        foHeightValue - The type is String
      • getFoTextAlignAttribute

        public String getFoTextAlignAttribute()
        Receives the value of the ODFDOM attribute representation FoTextAlignAttribute , See @fo:text-align
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setFoTextAlignAttribute

        public void setFoTextAlignAttribute​(String foTextAlignValue)
        Sets the value of ODFDOM attribute representation FoTextAlignAttribute , See @fo:text-align
        Parameters:
        foTextAlignValue - The type is String
      • getFoWidthAttribute

        public String getFoWidthAttribute()
        Receives the value of the ODFDOM attribute representation FoWidthAttribute , See @fo:width
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setFoWidthAttribute

        public void setFoWidthAttribute​(String foWidthValue)
        Sets the value of ODFDOM attribute representation FoWidthAttribute , See @fo:width
        Parameters:
        foWidthValue - The type is String
      • getStyleFontNameAttribute

        public String getStyleFontNameAttribute()
        Receives the value of the ODFDOM attribute representation StyleFontNameAttribute , See @style:font-name
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setStyleFontNameAttribute

        public void setStyleFontNameAttribute​(String styleFontNameValue)
        Sets the value of ODFDOM attribute representation StyleFontNameAttribute , See @style:font-name
        Parameters:
        styleFontNameValue - The type is String
      • getStyleVerticalPosAttribute

        public String getStyleVerticalPosAttribute()
        Receives the value of the ODFDOM attribute representation StyleVerticalPosAttribute , See @style:vertical-pos
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setStyleVerticalPosAttribute

        public void setStyleVerticalPosAttribute​(String styleVerticalPosValue)
        Sets the value of ODFDOM attribute representation StyleVerticalPosAttribute , See @style:vertical-pos
        Parameters:
        styleVerticalPosValue - The type is String
      • getStyleVerticalRelAttribute

        public String getStyleVerticalRelAttribute()
        Receives the value of the ODFDOM attribute representation StyleVerticalRelAttribute , See @style:vertical-rel
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setStyleVerticalRelAttribute

        public void setStyleVerticalRelAttribute​(String styleVerticalRelValue)
        Sets the value of ODFDOM attribute representation StyleVerticalRelAttribute , See @style:vertical-rel
        Parameters:
        styleVerticalRelValue - The type is String
      • getSvgYAttribute

        public String getSvgYAttribute()
        Receives the value of the ODFDOM attribute representation SvgYAttribute , See @svg:y
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setSvgYAttribute

        public void setSvgYAttribute​(String svgYValue)
        Sets the value of ODFDOM attribute representation SvgYAttribute , See @svg:y
        Parameters:
        svgYValue - The type is String
      • getTextListLevelPositionAndSpaceModeAttribute

        public String getTextListLevelPositionAndSpaceModeAttribute()
        Receives the value of the ODFDOM attribute representation TextListLevelPositionAndSpaceModeAttribute , See @text:list-level-position-and-space-mode
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTextListLevelPositionAndSpaceModeAttribute

        public void setTextListLevelPositionAndSpaceModeAttribute​(String textListLevelPositionAndSpaceModeValue)
        Sets the value of ODFDOM attribute representation TextListLevelPositionAndSpaceModeAttribute , See @text:list-level-position-and-space-mode
        Parameters:
        textListLevelPositionAndSpaceModeValue - The type is String
      • getTextMinLabelDistanceAttribute

        public String getTextMinLabelDistanceAttribute()
        Receives the value of the ODFDOM attribute representation TextMinLabelDistanceAttribute , See @text:min-label-distance
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTextMinLabelDistanceAttribute

        public void setTextMinLabelDistanceAttribute​(String textMinLabelDistanceValue)
        Sets the value of ODFDOM attribute representation TextMinLabelDistanceAttribute , See @text:min-label-distance
        Parameters:
        textMinLabelDistanceValue - The type is String
      • getTextMinLabelWidthAttribute

        public String getTextMinLabelWidthAttribute()
        Receives the value of the ODFDOM attribute representation TextMinLabelWidthAttribute , See @text:min-label-width
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTextMinLabelWidthAttribute

        public void setTextMinLabelWidthAttribute​(String textMinLabelWidthValue)
        Sets the value of ODFDOM attribute representation TextMinLabelWidthAttribute , See @text:min-label-width
        Parameters:
        textMinLabelWidthValue - The type is String
      • getTextSpaceBeforeAttribute

        public String getTextSpaceBeforeAttribute()
        Receives the value of the ODFDOM attribute representation TextSpaceBeforeAttribute , See @text:space-before
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTextSpaceBeforeAttribute

        public void setTextSpaceBeforeAttribute​(String textSpaceBeforeValue)
        Sets the value of ODFDOM attribute representation TextSpaceBeforeAttribute , See @text:space-before
        Parameters:
        textSpaceBeforeValue - 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