Class CTEastAsianLayout

java.lang.Object
org.docx4j.wml.CTEastAsianLayout
All Implemented Interfaces:
Child

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>
 
  • Field Details

  • Constructor Details

    • CTEastAsianLayout

      public CTEastAsianLayout()
  • Method Details

    • getId

      public BigInteger getId()
      Gets the value of the id property.
      Returns:
      possible object is BigInteger
    • setId

      public void setId(BigInteger value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is BigInteger
    • isCombine

      public boolean isCombine()
      Gets the value of the combine property.
      Returns:
      possible object is Boolean
    • setCombine

      public void setCombine(Boolean value)
      Sets the value of the combine property.
      Parameters:
      value - allowed object is Boolean
    • getCombineBrackets

      public STCombineBrackets getCombineBrackets()
      Gets the value of the combineBrackets property.
      Returns:
      possible object is STCombineBrackets
    • setCombineBrackets

      public void setCombineBrackets(STCombineBrackets value)
      Sets the value of the combineBrackets property.
      Parameters:
      value - allowed object is STCombineBrackets
    • isVert

      public boolean isVert()
      Gets the value of the vert property.
      Returns:
      possible object is Boolean
    • setVert

      public void setVert(Boolean value)
      Sets the value of the vert property.
      Parameters:
      value - allowed object is Boolean
    • isVertCompress

      public boolean isVertCompress()
      Gets the value of the vertCompress property.
      Returns:
      possible object is Boolean
    • setVertCompress

      public void setVertCompress(Boolean value)
      Sets the value of the vertCompress property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.