Interface CTPTab
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTPTab extends XmlObject
An XML CT_PTab(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTPTab.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description STPTabAlignment.Enum
getAlignment()
Gets the "alignment" attributeSTPTabLeader.Enum
getLeader()
Gets the "leader" attributeSTPTabRelativeTo.Enum
getRelativeTo()
Gets the "relativeTo" attributevoid
setAlignment(STPTabAlignment.Enum alignment)
Sets the "alignment" attributevoid
setLeader(STPTabLeader.Enum leader)
Sets the "leader" attributevoid
setRelativeTo(STPTabRelativeTo.Enum relativeTo)
Sets the "relativeTo" attributeSTPTabAlignment
xgetAlignment()
Gets (as xml) the "alignment" attributeSTPTabLeader
xgetLeader()
Gets (as xml) the "leader" attributeSTPTabRelativeTo
xgetRelativeTo()
Gets (as xml) the "relativeTo" attributevoid
xsetAlignment(STPTabAlignment alignment)
Sets (as xml) the "alignment" attributevoid
xsetLeader(STPTabLeader leader)
Sets (as xml) the "leader" attributevoid
xsetRelativeTo(STPTabRelativeTo relativeTo)
Sets (as xml) the "relativeTo" attribute-
Methods 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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getAlignment
STPTabAlignment.Enum getAlignment()
Gets the "alignment" attribute
-
xgetAlignment
STPTabAlignment xgetAlignment()
Gets (as xml) the "alignment" attribute
-
setAlignment
void setAlignment(STPTabAlignment.Enum alignment)
Sets the "alignment" attribute
-
xsetAlignment
void xsetAlignment(STPTabAlignment alignment)
Sets (as xml) the "alignment" attribute
-
getRelativeTo
STPTabRelativeTo.Enum getRelativeTo()
Gets the "relativeTo" attribute
-
xgetRelativeTo
STPTabRelativeTo xgetRelativeTo()
Gets (as xml) the "relativeTo" attribute
-
setRelativeTo
void setRelativeTo(STPTabRelativeTo.Enum relativeTo)
Sets the "relativeTo" attribute
-
xsetRelativeTo
void xsetRelativeTo(STPTabRelativeTo relativeTo)
Sets (as xml) the "relativeTo" attribute
-
getLeader
STPTabLeader.Enum getLeader()
Gets the "leader" attribute
-
xgetLeader
STPTabLeader xgetLeader()
Gets (as xml) the "leader" attribute
-
setLeader
void setLeader(STPTabLeader.Enum leader)
Sets the "leader" attribute
-
xsetLeader
void xsetLeader(STPTabLeader leader)
Sets (as xml) the "leader" attribute
-
-