Class StyleTabStopsElement

All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class StyleTabStopsElement extends OdfElement
DOM implementation of OpenDocument element <style:tab-stops>.
See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • StyleTabStopsElement

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

    • getOdfName

      public OdfName getOdfName()
      Get the element name
      Specified by:
      getOdfName in class OdfElement
      Returns:
      return OdfName the name of element <style:tab-stops>.
    • 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