Interface CTEastAsianLayout
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_EastAsianLayout(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTEastAsianLayout> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "combine" attributeGets the "combineBrackets" attributegetId()Gets the "id" attributegetVert()Gets the "vert" attributeGets the "vertCompress" attributebooleanTrue if has "combine" attributebooleanTrue if has "combineBrackets" attributebooleanisSetId()True if has "id" attributebooleanTrue if has "vert" attributebooleanTrue if has "vertCompress" attributevoidsetCombine(Object combine) Sets the "combine" attributevoidsetCombineBrackets(STCombineBrackets.Enum combineBrackets) Sets the "combineBrackets" attributevoidsetId(BigInteger id) Sets the "id" attributevoidSets the "vert" attributevoidsetVertCompress(Object vertCompress) Sets the "vertCompress" attributevoidUnsets the "combine" attributevoidUnsets the "combineBrackets" attributevoidunsetId()Unsets the "id" attributevoidUnsets the "vert" attributevoidUnsets the "vertCompress" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffGets (as xml) the "combine" attributeGets (as xml) the "combineBrackets" attributexgetId()Gets (as xml) the "id" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetVert()Gets (as xml) the "vert" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffGets (as xml) the "vertCompress" attributevoidxsetCombine(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff combine) Sets (as xml) the "combine" attributevoidxsetCombineBrackets(STCombineBrackets combineBrackets) Sets (as xml) the "combineBrackets" attributevoidSets (as xml) the "id" attributevoidxsetVert(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff vert) Sets (as xml) the "vert" attributevoidxsetVertCompress(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff vertCompress) Sets (as xml) the "vertCompress" 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
-
getId
BigInteger getId()Gets the "id" attribute -
xgetId
STDecimalNumber xgetId()Gets (as xml) the "id" attribute -
isSetId
boolean isSetId()True if has "id" attribute -
setId
Sets the "id" attribute -
xsetId
Sets (as xml) the "id" attribute -
unsetId
void unsetId()Unsets the "id" attribute -
getCombine
Object getCombine()Gets the "combine" attribute -
xgetCombine
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetCombine()Gets (as xml) the "combine" attribute -
isSetCombine
boolean isSetCombine()True if has "combine" attribute -
setCombine
Sets the "combine" attribute -
unsetCombine
void unsetCombine()Unsets the "combine" attribute -
getCombineBrackets
STCombineBrackets.Enum getCombineBrackets()Gets the "combineBrackets" attribute -
xgetCombineBrackets
STCombineBrackets xgetCombineBrackets()Gets (as xml) the "combineBrackets" attribute -
isSetCombineBrackets
boolean isSetCombineBrackets()True if has "combineBrackets" attribute -
setCombineBrackets
Sets the "combineBrackets" attribute -
xsetCombineBrackets
Sets (as xml) the "combineBrackets" attribute -
unsetCombineBrackets
void unsetCombineBrackets()Unsets the "combineBrackets" attribute -
getVert
Object getVert()Gets the "vert" attribute -
xgetVert
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetVert()Gets (as xml) the "vert" attribute -
isSetVert
boolean isSetVert()True if has "vert" attribute -
setVert
Sets the "vert" attribute -
unsetVert
void unsetVert()Unsets the "vert" attribute -
getVertCompress
Object getVertCompress()Gets the "vertCompress" attribute -
xgetVertCompress
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetVertCompress()Gets (as xml) the "vertCompress" attribute -
isSetVertCompress
boolean isSetVertCompress()True if has "vertCompress" attribute -
setVertCompress
Sets the "vertCompress" attribute -
unsetVertCompress
void unsetVertCompress()Unsets the "vertCompress" attribute
-