Class StyleTabStopsElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • StyleTabStopsElement

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

      • newStyleTabStopElement

        public StyleTabStopElement newStyleTabStopElement​(String stylePositionValue,
                                                          String styleTypeValue)
        Create child element <style:tab-stop>.
        Parameters:
        stylePositionValue - the String value of StylePositionAttribute, see @style:position at specification
        styleTypeValue - the String value of StyleTypeAttribute, see @style:type at specification Child element was added in ODF 1.2
        Returns:
        the element <style:tab-stop>
      • 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