Class CTTextBodyProperties

java.lang.Object
org.docx4j.dml.CTTextBodyProperties
All Implemented Interfaces:
Child

public class CTTextBodyProperties
extends java.lang.Object
implements Child

Java class for CT_TextBodyProperties complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_TextBodyProperties">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="prstTxWarp" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_PresetTextShape" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_TextAutofit" minOccurs="0"/>
         <element name="scene3d" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Scene3D" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_Text3D" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="rot" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Angle" />
       <attribute name="spcFirstLastPara" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="vertOverflow" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextVertOverflowType" />
       <attribute name="horzOverflow" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextHorzOverflowType" />
       <attribute name="vert" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextVerticalType" />
       <attribute name="wrap" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextWrappingType" />
       <attribute name="lIns" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate32" />
       <attribute name="tIns" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate32" />
       <attribute name="rIns" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate32" />
       <attribute name="bIns" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate32" />
       <attribute name="numCol" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextColumnCount" />
       <attribute name="spcCol" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveCoordinate32" />
       <attribute name="rtlCol" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="fromWordArt" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="anchor" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextAnchoringType" />
       <attribute name="anchorCtr" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="forceAA" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="upright" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="compatLnSpc" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • prstTxWarp

      protected CTPresetTextShape prstTxWarp
    • noAutofit

      protected CTTextNoAutofit noAutofit
    • normAutofit

      protected CTTextNormalAutofit normAutofit
    • spAutoFit

      protected CTTextShapeAutofit spAutoFit
    • scene3D

      protected CTScene3D scene3D
    • sp3D

      protected CTShape3D sp3D
    • flatTx

      protected CTFlatText flatTx
    • extLst

      protected CTOfficeArtExtensionList extLst
    • rot

      protected java.lang.Integer rot
    • spcFirstLastPara

      protected java.lang.Boolean spcFirstLastPara
    • vertOverflow

      protected STTextVertOverflowType vertOverflow
    • horzOverflow

      protected STTextHorzOverflowType horzOverflow
    • vert

      protected STTextVerticalType vert
    • wrap

      protected STTextWrappingType wrap
    • lIns

      protected java.lang.Integer lIns
    • tIns

      protected java.lang.Integer tIns
    • rIns

      protected java.lang.Integer rIns
    • bIns

      protected java.lang.Integer bIns
    • numCol

      protected java.lang.Integer numCol
    • spcCol

      protected java.lang.Integer spcCol
    • rtlCol

      protected java.lang.Boolean rtlCol
    • fromWordArt

      protected java.lang.Boolean fromWordArt
    • anchor

      protected STTextAnchoringType anchor
    • anchorCtr

      protected java.lang.Boolean anchorCtr
    • forceAA

      protected java.lang.Boolean forceAA
    • upright

      protected java.lang.Boolean upright
    • compatLnSpc

      protected java.lang.Boolean compatLnSpc
  • Constructor Details

    • CTTextBodyProperties

      public CTTextBodyProperties()
  • Method Details

    • getPrstTxWarp

      public CTPresetTextShape getPrstTxWarp()
      Gets the value of the prstTxWarp property.
      Returns:
      possible object is CTPresetTextShape
    • setPrstTxWarp

      public void setPrstTxWarp​(CTPresetTextShape value)
      Sets the value of the prstTxWarp property.
      Parameters:
      value - allowed object is CTPresetTextShape
    • getNoAutofit

      public CTTextNoAutofit getNoAutofit()
      Gets the value of the noAutofit property.
      Returns:
      possible object is CTTextNoAutofit
    • setNoAutofit

      public void setNoAutofit​(CTTextNoAutofit value)
      Sets the value of the noAutofit property.
      Parameters:
      value - allowed object is CTTextNoAutofit
    • getNormAutofit

      public CTTextNormalAutofit getNormAutofit()
      Gets the value of the normAutofit property.
      Returns:
      possible object is CTTextNormalAutofit
    • setNormAutofit

      public void setNormAutofit​(CTTextNormalAutofit value)
      Sets the value of the normAutofit property.
      Parameters:
      value - allowed object is CTTextNormalAutofit
    • getSpAutoFit

      public CTTextShapeAutofit getSpAutoFit()
      Gets the value of the spAutoFit property.
      Returns:
      possible object is CTTextShapeAutofit
    • setSpAutoFit

      public void setSpAutoFit​(CTTextShapeAutofit value)
      Sets the value of the spAutoFit property.
      Parameters:
      value - allowed object is CTTextShapeAutofit
    • getScene3D

      public CTScene3D getScene3D()
      Gets the value of the scene3D property.
      Returns:
      possible object is CTScene3D
    • setScene3D

      public void setScene3D​(CTScene3D value)
      Sets the value of the scene3D property.
      Parameters:
      value - allowed object is CTScene3D
    • getSp3D

      public CTShape3D getSp3D()
      Gets the value of the sp3D property.
      Returns:
      possible object is CTShape3D
    • setSp3D

      public void setSp3D​(CTShape3D value)
      Sets the value of the sp3D property.
      Parameters:
      value - allowed object is CTShape3D
    • getFlatTx

      public CTFlatText getFlatTx()
      Gets the value of the flatTx property.
      Returns:
      possible object is CTFlatText
    • setFlatTx

      public void setFlatTx​(CTFlatText value)
      Sets the value of the flatTx property.
      Parameters:
      value - allowed object is CTFlatText
    • getExtLst

      public CTOfficeArtExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTOfficeArtExtensionList
    • setExtLst

      public void setExtLst​(CTOfficeArtExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTOfficeArtExtensionList
    • getRot

      public java.lang.Integer getRot()
      Gets the value of the rot property.
      Returns:
      possible object is Integer
    • setRot

      public void setRot​(java.lang.Integer value)
      Sets the value of the rot property.
      Parameters:
      value - allowed object is Integer
    • isSpcFirstLastPara

      public java.lang.Boolean isSpcFirstLastPara()
      Gets the value of the spcFirstLastPara property.
      Returns:
      possible object is Boolean
    • setSpcFirstLastPara

      public void setSpcFirstLastPara​(java.lang.Boolean value)
      Sets the value of the spcFirstLastPara property.
      Parameters:
      value - allowed object is Boolean
    • getVertOverflow

      public STTextVertOverflowType getVertOverflow()
      Gets the value of the vertOverflow property.
      Returns:
      possible object is STTextVertOverflowType
    • setVertOverflow

      public void setVertOverflow​(STTextVertOverflowType value)
      Sets the value of the vertOverflow property.
      Parameters:
      value - allowed object is STTextVertOverflowType
    • getHorzOverflow

      public STTextHorzOverflowType getHorzOverflow()
      Gets the value of the horzOverflow property.
      Returns:
      possible object is STTextHorzOverflowType
    • setHorzOverflow

      public void setHorzOverflow​(STTextHorzOverflowType value)
      Sets the value of the horzOverflow property.
      Parameters:
      value - allowed object is STTextHorzOverflowType
    • getVert

      public STTextVerticalType getVert()
      Gets the value of the vert property.
      Returns:
      possible object is STTextVerticalType
    • setVert

      public void setVert​(STTextVerticalType value)
      Sets the value of the vert property.
      Parameters:
      value - allowed object is STTextVerticalType
    • getWrap

      public STTextWrappingType getWrap()
      Gets the value of the wrap property.
      Returns:
      possible object is STTextWrappingType
    • setWrap

      public void setWrap​(STTextWrappingType value)
      Sets the value of the wrap property.
      Parameters:
      value - allowed object is STTextWrappingType
    • getLIns

      public java.lang.Integer getLIns()
      Gets the value of the lIns property.
      Returns:
      possible object is Integer
    • setLIns

      public void setLIns​(java.lang.Integer value)
      Sets the value of the lIns property.
      Parameters:
      value - allowed object is Integer
    • getTIns

      public java.lang.Integer getTIns()
      Gets the value of the tIns property.
      Returns:
      possible object is Integer
    • setTIns

      public void setTIns​(java.lang.Integer value)
      Sets the value of the tIns property.
      Parameters:
      value - allowed object is Integer
    • getRIns

      public java.lang.Integer getRIns()
      Gets the value of the rIns property.
      Returns:
      possible object is Integer
    • setRIns

      public void setRIns​(java.lang.Integer value)
      Sets the value of the rIns property.
      Parameters:
      value - allowed object is Integer
    • getBIns

      public java.lang.Integer getBIns()
      Gets the value of the bIns property.
      Returns:
      possible object is Integer
    • setBIns

      public void setBIns​(java.lang.Integer value)
      Sets the value of the bIns property.
      Parameters:
      value - allowed object is Integer
    • getNumCol

      public java.lang.Integer getNumCol()
      Gets the value of the numCol property.
      Returns:
      possible object is Integer
    • setNumCol

      public void setNumCol​(java.lang.Integer value)
      Sets the value of the numCol property.
      Parameters:
      value - allowed object is Integer
    • getSpcCol

      public java.lang.Integer getSpcCol()
      Gets the value of the spcCol property.
      Returns:
      possible object is Integer
    • setSpcCol

      public void setSpcCol​(java.lang.Integer value)
      Sets the value of the spcCol property.
      Parameters:
      value - allowed object is Integer
    • isRtlCol

      public java.lang.Boolean isRtlCol()
      Gets the value of the rtlCol property.
      Returns:
      possible object is Boolean
    • setRtlCol

      public void setRtlCol​(java.lang.Boolean value)
      Sets the value of the rtlCol property.
      Parameters:
      value - allowed object is Boolean
    • isFromWordArt

      public java.lang.Boolean isFromWordArt()
      Gets the value of the fromWordArt property.
      Returns:
      possible object is Boolean
    • setFromWordArt

      public void setFromWordArt​(java.lang.Boolean value)
      Sets the value of the fromWordArt property.
      Parameters:
      value - allowed object is Boolean
    • getAnchor

      public STTextAnchoringType getAnchor()
      Gets the value of the anchor property.
      Returns:
      possible object is STTextAnchoringType
    • setAnchor

      public void setAnchor​(STTextAnchoringType value)
      Sets the value of the anchor property.
      Parameters:
      value - allowed object is STTextAnchoringType
    • isAnchorCtr

      public java.lang.Boolean isAnchorCtr()
      Gets the value of the anchorCtr property.
      Returns:
      possible object is Boolean
    • setAnchorCtr

      public void setAnchorCtr​(java.lang.Boolean value)
      Sets the value of the anchorCtr property.
      Parameters:
      value - allowed object is Boolean
    • isForceAA

      public java.lang.Boolean isForceAA()
      Gets the value of the forceAA property.
      Returns:
      possible object is Boolean
    • setForceAA

      public void setForceAA​(java.lang.Boolean value)
      Sets the value of the forceAA property.
      Parameters:
      value - allowed object is Boolean
    • isUpright

      public boolean isUpright()
      Gets the value of the upright property.
      Returns:
      possible object is Boolean
    • setUpright

      public void setUpright​(java.lang.Boolean value)
      Sets the value of the upright property.
      Parameters:
      value - allowed object is Boolean
    • isCompatLnSpc

      public java.lang.Boolean isCompatLnSpc()
      Gets the value of the compatLnSpc property.
      Returns:
      possible object is Boolean
    • setCompatLnSpc

      public void setCompatLnSpc​(java.lang.Boolean value)
      Sets the value of the compatLnSpc property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public java.lang.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​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.