Interface CTTextTabStop

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTTextTabStop extends XmlObject
An XML CT_TextTabStop(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getPos

      Object getPos()
      Gets the "pos" attribute
    • xgetPos

      STCoordinate32 xgetPos()
      Gets (as xml) the "pos" attribute
    • isSetPos

      boolean isSetPos()
      True if has "pos" attribute
    • setPos

      void setPos(Object pos)
      Sets the "pos" attribute
    • xsetPos

      void xsetPos(STCoordinate32 pos)
      Sets (as xml) the "pos" attribute
    • unsetPos

      void unsetPos()
      Unsets the "pos" attribute
    • getAlgn

      Gets the "algn" attribute
    • xgetAlgn

      STTextTabAlignType xgetAlgn()
      Gets (as xml) the "algn" attribute
    • isSetAlgn

      boolean isSetAlgn()
      True if has "algn" attribute
    • setAlgn

      void setAlgn(STTextTabAlignType.Enum algn)
      Sets the "algn" attribute
    • xsetAlgn

      void xsetAlgn(STTextTabAlignType algn)
      Sets (as xml) the "algn" attribute
    • unsetAlgn

      void unsetAlgn()
      Unsets the "algn" attribute