public class CTEastAsianLayout extends Object implements Child
Java class for CT_EastAsianLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_EastAsianLayout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="combine" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="combineBrackets" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_CombineBrackets" />
<attribute name="vert" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="vertCompress" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
combine |
protected STCombineBrackets |
combineBrackets |
protected BigInteger |
id |
protected Boolean |
vert |
protected Boolean |
vertCompress |
| Constructor and Description |
|---|
CTEastAsianLayout() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STCombineBrackets |
getCombineBrackets()
Gets the value of the combineBrackets property.
|
BigInteger |
getId()
Gets the value of the id property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
boolean |
isCombine()
Gets the value of the combine property.
|
boolean |
isVert()
Gets the value of the vert property.
|
boolean |
isVertCompress()
Gets the value of the vertCompress property.
|
void |
setCombine(Boolean value)
Sets the value of the combine property.
|
void |
setCombineBrackets(STCombineBrackets value)
Sets the value of the combineBrackets property.
|
void |
setId(BigInteger value)
Sets the value of the id property.
|
void |
setParent(Object parent) |
void |
setVert(Boolean value)
Sets the value of the vert property.
|
void |
setVertCompress(Boolean value)
Sets the value of the vertCompress property.
|
protected BigInteger id
protected Boolean combine
protected STCombineBrackets combineBrackets
protected Boolean vert
protected Boolean vertCompress
public BigInteger getId()
BigIntegerpublic void setId(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isCombine()
Booleanpublic void setCombine(Boolean value)
value - allowed object is
Booleanpublic STCombineBrackets getCombineBrackets()
STCombineBracketspublic void setCombineBrackets(STCombineBrackets value)
value - allowed object is
STCombineBracketspublic boolean isVert()
Booleanpublic void setVert(Boolean value)
value - allowed object is
Booleanpublic boolean isVertCompress()
Booleanpublic void setVertCompress(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.