Interface CTTabStop
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TabStop(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "leader" attributegetPos()Gets the "pos" attributegetVal()Gets the "val" attributebooleanTrue if has "leader" attributevoidsetLeader(STTabTlc.Enum leader) Sets the "leader" attributevoidSets the "pos" attributevoidsetVal(STTabJc.Enum val) Sets the "val" attributevoidUnsets the "leader" attributeGets (as xml) the "leader" attributexgetPos()Gets (as xml) the "pos" attributexgetVal()Gets (as xml) the "val" attributevoidxsetLeader(STTabTlc leader) Sets (as xml) the "leader" attributevoidSets (as xml) the "pos" attributevoidSets (as xml) the "val" 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
-
getVal
STTabJc.Enum getVal()Gets the "val" attribute -
xgetVal
STTabJc xgetVal()Gets (as xml) the "val" attribute -
setVal
Sets the "val" attribute -
xsetVal
Sets (as xml) the "val" attribute -
getLeader
STTabTlc.Enum getLeader()Gets the "leader" attribute -
xgetLeader
STTabTlc xgetLeader()Gets (as xml) the "leader" attribute -
isSetLeader
boolean isSetLeader()True if has "leader" attribute -
setLeader
Sets the "leader" attribute -
xsetLeader
Sets (as xml) the "leader" attribute -
unsetLeader
void unsetLeader()Unsets the "leader" attribute -
getPos
Object getPos()Gets the "pos" attribute -
xgetPos
STSignedTwipsMeasure xgetPos()Gets (as xml) the "pos" attribute -
setPos
Sets the "pos" attribute -
xsetPos
Sets (as xml) the "pos" attribute
-