Package org.docx4j.wml
Class CTEastAsianLayout
java.lang.Object
org.docx4j.wml.CTEastAsianLayout
- All Implemented Interfaces:
Child
public class CTEastAsianLayout extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Booleancombineprotected STCombineBracketscombineBracketsprotected java.math.BigIntegeridprotected java.lang.Booleanvertprotected java.lang.BooleanvertCompress -
Constructor Summary
Constructors Constructor Description CTEastAsianLayout() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.STCombineBracketsgetCombineBrackets()Gets the value of the combineBrackets property.java.math.BigIntegergetId()Gets the value of the id property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.booleanisCombine()Gets the value of the combine property.booleanisVert()Gets the value of the vert property.booleanisVertCompress()Gets the value of the vertCompress property.voidsetCombine(java.lang.Boolean value)Sets the value of the combine property.voidsetCombineBrackets(STCombineBrackets value)Sets the value of the combineBrackets property.voidsetId(java.math.BigInteger value)Sets the value of the id property.voidsetParent(java.lang.Object parent)voidsetVert(java.lang.Boolean value)Sets the value of the vert property.voidsetVertCompress(java.lang.Boolean value)Sets the value of the vertCompress property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
id
protected java.math.BigInteger id -
combine
protected java.lang.Boolean combine -
combineBrackets
-
vert
protected java.lang.Boolean vert -
vertCompress
protected java.lang.Boolean vertCompress
-
-
Constructor Details
-
CTEastAsianLayout
public CTEastAsianLayout()
-
-
Method Details
-
getId
public java.math.BigInteger getId()Gets the value of the id property.- Returns:
- possible object is
BigInteger
-
setId
public void setId(java.math.BigInteger value)Sets the value of the id property.- Parameters:
value- allowed object isBigInteger
-
isCombine
public boolean isCombine()Gets the value of the combine property.- Returns:
- possible object is
Boolean
-
setCombine
public void setCombine(java.lang.Boolean value)Sets the value of the combine property.- Parameters:
value- allowed object isBoolean
-
getCombineBrackets
Gets the value of the combineBrackets property.- Returns:
- possible object is
STCombineBrackets
-
setCombineBrackets
Sets the value of the combineBrackets property.- Parameters:
value- allowed object isSTCombineBrackets
-
isVert
public boolean isVert()Gets the value of the vert property.- Returns:
- possible object is
Boolean
-
setVert
public void setVert(java.lang.Boolean value)Sets the value of the vert property.- Parameters:
value- allowed object isBoolean
-
isVertCompress
public boolean isVertCompress()Gets the value of the vertCompress property.- Returns:
- possible object is
Boolean
-
setVertCompress
public void setVertCompress(java.lang.Boolean value)Sets the value of the vertCompress property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-