Class CTTextParagraphProperties

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

public class CTTextParagraphProperties
extends java.lang.Object
implements Child

Java class for CT_TextParagraphProperties complex type.

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

 <complexType name="CT_TextParagraphProperties">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="lnSpc" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextSpacing" minOccurs="0"/>
         <element name="spcBef" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextSpacing" minOccurs="0"/>
         <element name="spcAft" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextSpacing" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_TextBulletColor" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_TextBulletSize" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_TextBulletTypeface" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_TextBullet" minOccurs="0"/>
         <element name="tabLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextTabStopList" minOccurs="0"/>
         <element name="defRPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextCharacterProperties" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="marL" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextMargin" />
       <attribute name="marR" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextMargin" />
       <attribute name="lvl" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextIndentLevelType" />
       <attribute name="indent" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextIndent" />
       <attribute name="algn" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextAlignType" />
       <attribute name="defTabSz" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate32" />
       <attribute name="rtl" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="eaLnBrk" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="fontAlgn" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextFontAlignType" />
       <attribute name="latinLnBrk" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="hangingPunct" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTTextParagraphProperties

      public CTTextParagraphProperties()
  • Method Details

    • getLnSpc

      public CTTextSpacing getLnSpc()
      Gets the value of the lnSpc property.
      Returns:
      possible object is CTTextSpacing
    • setLnSpc

      public void setLnSpc​(CTTextSpacing value)
      Sets the value of the lnSpc property.
      Parameters:
      value - allowed object is CTTextSpacing
    • getSpcBef

      public CTTextSpacing getSpcBef()
      Gets the value of the spcBef property.
      Returns:
      possible object is CTTextSpacing
    • setSpcBef

      public void setSpcBef​(CTTextSpacing value)
      Sets the value of the spcBef property.
      Parameters:
      value - allowed object is CTTextSpacing
    • getSpcAft

      public CTTextSpacing getSpcAft()
      Gets the value of the spcAft property.
      Returns:
      possible object is CTTextSpacing
    • setSpcAft

      public void setSpcAft​(CTTextSpacing value)
      Sets the value of the spcAft property.
      Parameters:
      value - allowed object is CTTextSpacing
    • getBuClrTx

      public CTTextBulletColorFollowText getBuClrTx()
      Gets the value of the buClrTx property.
      Returns:
      possible object is CTTextBulletColorFollowText
    • setBuClrTx

      public void setBuClrTx​(CTTextBulletColorFollowText value)
      Sets the value of the buClrTx property.
      Parameters:
      value - allowed object is CTTextBulletColorFollowText
    • getBuClr

      public CTColor getBuClr()
      Gets the value of the buClr property.
      Returns:
      possible object is CTColor
    • setBuClr

      public void setBuClr​(CTColor value)
      Sets the value of the buClr property.
      Parameters:
      value - allowed object is CTColor
    • getBuSzTx

      public CTTextBulletSizeFollowText getBuSzTx()
      Gets the value of the buSzTx property.
      Returns:
      possible object is CTTextBulletSizeFollowText
    • setBuSzTx

      public void setBuSzTx​(CTTextBulletSizeFollowText value)
      Sets the value of the buSzTx property.
      Parameters:
      value - allowed object is CTTextBulletSizeFollowText
    • getBuSzPct

      public CTTextBulletSizePercent getBuSzPct()
      Gets the value of the buSzPct property.
      Returns:
      possible object is CTTextBulletSizePercent
    • setBuSzPct

      public void setBuSzPct​(CTTextBulletSizePercent value)
      Sets the value of the buSzPct property.
      Parameters:
      value - allowed object is CTTextBulletSizePercent
    • getBuSzPts

      public CTTextBulletSizePoint getBuSzPts()
      Gets the value of the buSzPts property.
      Returns:
      possible object is CTTextBulletSizePoint
    • setBuSzPts

      public void setBuSzPts​(CTTextBulletSizePoint value)
      Sets the value of the buSzPts property.
      Parameters:
      value - allowed object is CTTextBulletSizePoint
    • getBuFontTx

      public CTTextBulletTypefaceFollowText getBuFontTx()
      Gets the value of the buFontTx property.
      Returns:
      possible object is CTTextBulletTypefaceFollowText
    • setBuFontTx

      public void setBuFontTx​(CTTextBulletTypefaceFollowText value)
      Sets the value of the buFontTx property.
      Parameters:
      value - allowed object is CTTextBulletTypefaceFollowText
    • getBuFont

      public TextFont getBuFont()
      Gets the value of the buFont property.
      Returns:
      possible object is TextFont
    • setBuFont

      public void setBuFont​(TextFont value)
      Sets the value of the buFont property.
      Parameters:
      value - allowed object is TextFont
    • getBuNone

      public CTTextNoBullet getBuNone()
      Gets the value of the buNone property.
      Returns:
      possible object is CTTextNoBullet
    • setBuNone

      public void setBuNone​(CTTextNoBullet value)
      Sets the value of the buNone property.
      Parameters:
      value - allowed object is CTTextNoBullet
    • getBuAutoNum

      public CTTextAutonumberBullet getBuAutoNum()
      Gets the value of the buAutoNum property.
      Returns:
      possible object is CTTextAutonumberBullet
    • setBuAutoNum

      public void setBuAutoNum​(CTTextAutonumberBullet value)
      Sets the value of the buAutoNum property.
      Parameters:
      value - allowed object is CTTextAutonumberBullet
    • getBuChar

      public CTTextCharBullet getBuChar()
      Gets the value of the buChar property.
      Returns:
      possible object is CTTextCharBullet
    • setBuChar

      public void setBuChar​(CTTextCharBullet value)
      Sets the value of the buChar property.
      Parameters:
      value - allowed object is CTTextCharBullet
    • getBuBlip

      public CTTextBlipBullet getBuBlip()
      Gets the value of the buBlip property.
      Returns:
      possible object is CTTextBlipBullet
    • setBuBlip

      public void setBuBlip​(CTTextBlipBullet value)
      Sets the value of the buBlip property.
      Parameters:
      value - allowed object is CTTextBlipBullet
    • getTabLst

      public CTTextTabStopList getTabLst()
      Gets the value of the tabLst property.
      Returns:
      possible object is CTTextTabStopList
    • setTabLst

      public void setTabLst​(CTTextTabStopList value)
      Sets the value of the tabLst property.
      Parameters:
      value - allowed object is CTTextTabStopList
    • getDefRPr

      public CTTextCharacterProperties getDefRPr()
      Gets the value of the defRPr property.
      Returns:
      possible object is CTTextCharacterProperties
    • setDefRPr

      public void setDefRPr​(CTTextCharacterProperties value)
      Sets the value of the defRPr property.
      Parameters:
      value - allowed object is CTTextCharacterProperties
    • 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
    • getMarL

      public java.lang.Integer getMarL()
      Gets the value of the marL property.
      Returns:
      possible object is Integer
    • setMarL

      public void setMarL​(java.lang.Integer value)
      Sets the value of the marL property.
      Parameters:
      value - allowed object is Integer
    • getMarR

      public java.lang.Integer getMarR()
      Gets the value of the marR property.
      Returns:
      possible object is Integer
    • setMarR

      public void setMarR​(java.lang.Integer value)
      Sets the value of the marR property.
      Parameters:
      value - allowed object is Integer
    • getLvl

      public java.lang.Integer getLvl()
      Gets the value of the lvl property.
      Returns:
      possible object is Integer
    • setLvl

      public void setLvl​(java.lang.Integer value)
      Sets the value of the lvl property.
      Parameters:
      value - allowed object is Integer
    • getIndent

      public java.lang.Integer getIndent()
      Gets the value of the indent property.
      Returns:
      possible object is Integer
    • setIndent

      public void setIndent​(java.lang.Integer value)
      Sets the value of the indent property.
      Parameters:
      value - allowed object is Integer
    • getAlgn

      public STTextAlignType getAlgn()
      Gets the value of the algn property.
      Returns:
      possible object is STTextAlignType
    • setAlgn

      public void setAlgn​(STTextAlignType value)
      Sets the value of the algn property.
      Parameters:
      value - allowed object is STTextAlignType
    • getDefTabSz

      public java.lang.Integer getDefTabSz()
      Gets the value of the defTabSz property.
      Returns:
      possible object is Integer
    • setDefTabSz

      public void setDefTabSz​(java.lang.Integer value)
      Sets the value of the defTabSz property.
      Parameters:
      value - allowed object is Integer
    • isRtl

      public java.lang.Boolean isRtl()
      Gets the value of the rtl property.
      Returns:
      possible object is Boolean
    • setRtl

      public void setRtl​(java.lang.Boolean value)
      Sets the value of the rtl property.
      Parameters:
      value - allowed object is Boolean
    • isEaLnBrk

      public java.lang.Boolean isEaLnBrk()
      Gets the value of the eaLnBrk property.
      Returns:
      possible object is Boolean
    • setEaLnBrk

      public void setEaLnBrk​(java.lang.Boolean value)
      Sets the value of the eaLnBrk property.
      Parameters:
      value - allowed object is Boolean
    • getFontAlgn

      public STTextFontAlignType getFontAlgn()
      Gets the value of the fontAlgn property.
      Returns:
      possible object is STTextFontAlignType
    • setFontAlgn

      public void setFontAlgn​(STTextFontAlignType value)
      Sets the value of the fontAlgn property.
      Parameters:
      value - allowed object is STTextFontAlignType
    • isLatinLnBrk

      public java.lang.Boolean isLatinLnBrk()
      Gets the value of the latinLnBrk property.
      Returns:
      possible object is Boolean
    • setLatinLnBrk

      public void setLatinLnBrk​(java.lang.Boolean value)
      Sets the value of the latinLnBrk property.
      Parameters:
      value - allowed object is Boolean
    • isHangingPunct

      public java.lang.Boolean isHangingPunct()
      Gets the value of the hangingPunct property.
      Returns:
      possible object is Boolean
    • setHangingPunct

      public void setHangingPunct​(java.lang.Boolean value)
      Sets the value of the hangingPunct 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.