Interface CTTextTabStop
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TextTabStop(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTextTabStop> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiongetAlgn()Gets the "algn" attributegetPos()Gets the "pos" attributebooleanTrue if has "algn" attributebooleanisSetPos()True if has "pos" attributevoidSets the "algn" attributevoidSets the "pos" attributevoidUnsets the "algn" attributevoidunsetPos()Unsets the "pos" attributexgetAlgn()Gets (as xml) the "algn" attributexgetPos()Gets (as xml) the "pos" attributevoidxsetAlgn(STTextTabAlignType algn) Sets (as xml) the "algn" attributevoidxsetPos(STCoordinate32 pos) Sets (as xml) the "pos" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
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
Sets the "pos" attribute -
xsetPos
Sets (as xml) the "pos" attribute -
unsetPos
void unsetPos()Unsets the "pos" attribute -
getAlgn
STTextTabAlignType.Enum getAlgn()Gets the "algn" attribute -
xgetAlgn
STTextTabAlignType xgetAlgn()Gets (as xml) the "algn" attribute -
isSetAlgn
boolean isSetAlgn()True if has "algn" attribute -
setAlgn
Sets the "algn" attribute -
xsetAlgn
Sets (as xml) the "algn" attribute -
unsetAlgn
void unsetAlgn()Unsets the "algn" attribute
-