Interface CTEastAsianLayout
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTEastAsianLayout extends XmlObject
An XML CT_EastAsianLayout(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTEastAsianLayout.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 STOnOff.Enum
getCombine()
Gets the "combine" attributeSTCombineBrackets.Enum
getCombineBrackets()
Gets the "combineBrackets" attributejava.math.BigInteger
getId()
Gets the "id" attributeSTOnOff.Enum
getVert()
Gets the "vert" attributeSTOnOff.Enum
getVertCompress()
Gets the "vertCompress" attributeboolean
isSetCombine()
True if has "combine" attributeboolean
isSetCombineBrackets()
True if has "combineBrackets" attributeboolean
isSetId()
True if has "id" attributeboolean
isSetVert()
True if has "vert" attributeboolean
isSetVertCompress()
True if has "vertCompress" attributevoid
setCombine(STOnOff.Enum combine)
Sets the "combine" attributevoid
setCombineBrackets(STCombineBrackets.Enum combineBrackets)
Sets the "combineBrackets" attributevoid
setId(java.math.BigInteger id)
Sets the "id" attributevoid
setVert(STOnOff.Enum vert)
Sets the "vert" attributevoid
setVertCompress(STOnOff.Enum vertCompress)
Sets the "vertCompress" attributevoid
unsetCombine()
Unsets the "combine" attributevoid
unsetCombineBrackets()
Unsets the "combineBrackets" attributevoid
unsetId()
Unsets the "id" attributevoid
unsetVert()
Unsets the "vert" attributevoid
unsetVertCompress()
Unsets the "vertCompress" attributeSTOnOff
xgetCombine()
Gets (as xml) the "combine" attributeSTCombineBrackets
xgetCombineBrackets()
Gets (as xml) the "combineBrackets" attributeSTDecimalNumber
xgetId()
Gets (as xml) the "id" attributeSTOnOff
xgetVert()
Gets (as xml) the "vert" attributeSTOnOff
xgetVertCompress()
Gets (as xml) the "vertCompress" attributevoid
xsetCombine(STOnOff combine)
Sets (as xml) the "combine" attributevoid
xsetCombineBrackets(STCombineBrackets combineBrackets)
Sets (as xml) the "combineBrackets" attributevoid
xsetId(STDecimalNumber id)
Sets (as xml) the "id" attributevoid
xsetVert(STOnOff vert)
Sets (as xml) the "vert" attributevoid
xsetVertCompress(STOnOff vertCompress)
Sets (as xml) the "vertCompress" 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
-
getId
java.math.BigInteger getId()
Gets the "id" attribute
-
xgetId
STDecimalNumber xgetId()
Gets (as xml) the "id" attribute
-
isSetId
boolean isSetId()
True if has "id" attribute
-
setId
void setId(java.math.BigInteger id)
Sets the "id" attribute
-
xsetId
void xsetId(STDecimalNumber id)
Sets (as xml) the "id" attribute
-
unsetId
void unsetId()
Unsets the "id" attribute
-
getCombine
STOnOff.Enum getCombine()
Gets the "combine" attribute
-
xgetCombine
STOnOff xgetCombine()
Gets (as xml) the "combine" attribute
-
isSetCombine
boolean isSetCombine()
True if has "combine" attribute
-
setCombine
void setCombine(STOnOff.Enum combine)
Sets the "combine" attribute
-
xsetCombine
void xsetCombine(STOnOff combine)
Sets (as xml) 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
void setCombineBrackets(STCombineBrackets.Enum combineBrackets)
Sets the "combineBrackets" attribute
-
xsetCombineBrackets
void xsetCombineBrackets(STCombineBrackets combineBrackets)
Sets (as xml) the "combineBrackets" attribute
-
unsetCombineBrackets
void unsetCombineBrackets()
Unsets the "combineBrackets" attribute
-
getVert
STOnOff.Enum getVert()
Gets the "vert" attribute
-
xgetVert
STOnOff xgetVert()
Gets (as xml) the "vert" attribute
-
isSetVert
boolean isSetVert()
True if has "vert" attribute
-
setVert
void setVert(STOnOff.Enum vert)
Sets the "vert" attribute
-
xsetVert
void xsetVert(STOnOff vert)
Sets (as xml) the "vert" attribute
-
unsetVert
void unsetVert()
Unsets the "vert" attribute
-
getVertCompress
STOnOff.Enum getVertCompress()
Gets the "vertCompress" attribute
-
xgetVertCompress
STOnOff xgetVertCompress()
Gets (as xml) the "vertCompress" attribute
-
isSetVertCompress
boolean isSetVertCompress()
True if has "vertCompress" attribute
-
setVertCompress
void setVertCompress(STOnOff.Enum vertCompress)
Sets the "vertCompress" attribute
-
xsetVertCompress
void xsetVertCompress(STOnOff vertCompress)
Sets (as xml) the "vertCompress" attribute
-
unsetVertCompress
void unsetVertCompress()
Unsets the "vertCompress" attribute
-
-