Interface CTPTab
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PTab(@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 "alignment" attributeGets the "leader" attributeGets the "relativeTo" attributevoidsetAlignment(STPTabAlignment.Enum alignment) Sets the "alignment" attributevoidsetLeader(STPTabLeader.Enum leader) Sets the "leader" attributevoidsetRelativeTo(STPTabRelativeTo.Enum relativeTo) Sets the "relativeTo" attributeGets (as xml) the "alignment" attributeGets (as xml) the "leader" attributeGets (as xml) the "relativeTo" attributevoidxsetAlignment(STPTabAlignment alignment) Sets (as xml) the "alignment" attributevoidxsetLeader(STPTabLeader leader) Sets (as xml) the "leader" attributevoidxsetRelativeTo(STPTabRelativeTo relativeTo) Sets (as xml) the "relativeTo" 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
-
getAlignment
STPTabAlignment.Enum getAlignment()Gets the "alignment" attribute -
xgetAlignment
STPTabAlignment xgetAlignment()Gets (as xml) the "alignment" attribute -
setAlignment
Sets the "alignment" attribute -
xsetAlignment
Sets (as xml) the "alignment" attribute -
getRelativeTo
STPTabRelativeTo.Enum getRelativeTo()Gets the "relativeTo" attribute -
xgetRelativeTo
STPTabRelativeTo xgetRelativeTo()Gets (as xml) the "relativeTo" attribute -
setRelativeTo
Sets the "relativeTo" attribute -
xsetRelativeTo
Sets (as xml) the "relativeTo" attribute -
getLeader
STPTabLeader.Enum getLeader()Gets the "leader" attribute -
xgetLeader
STPTabLeader xgetLeader()Gets (as xml) the "leader" attribute -
setLeader
Sets the "leader" attribute -
xsetLeader
Sets (as xml) the "leader" attribute
-