Class CTTextCharacterProperties

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

public class CTTextCharacterProperties
extends java.lang.Object
implements Child

Java class for CT_TextCharacterProperties complex type.

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

 <complexType name="CT_TextCharacterProperties">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ln" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LineProperties" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_FillProperties" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_EffectProperties" minOccurs="0"/>
         <element name="highlight" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_TextUnderlineLine" minOccurs="0"/>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_TextUnderlineFill" minOccurs="0"/>
         <element name="latin" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextFont" minOccurs="0"/>
         <element name="ea" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextFont" minOccurs="0"/>
         <element name="cs" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextFont" minOccurs="0"/>
         <element name="sym" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextFont" minOccurs="0"/>
         <element name="hlinkClick" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Hyperlink" minOccurs="0"/>
         <element name="hlinkMouseOver" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Hyperlink" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="kumimoji" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="lang" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextLanguageID" />
       <attribute name="altLang" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextLanguageID" />
       <attribute name="sz" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextFontSize" />
       <attribute name="b" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="i" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="u" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextUnderlineType" />
       <attribute name="strike" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextStrikeType" />
       <attribute name="kern" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextNonNegativePoint" />
       <attribute name="cap" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextCapsType" />
       <attribute name="spc" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextPoint" />
       <attribute name="normalizeH" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="baseline" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" />
       <attribute name="noProof" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="dirty" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="err" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="smtClean" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="smtId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="bmk" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTTextCharacterProperties

      public CTTextCharacterProperties()
  • Method Details

    • getLn

      public CTLineProperties getLn()
      Gets the value of the ln property.
      Returns:
      possible object is CTLineProperties
    • setLn

      public void setLn​(CTLineProperties value)
      Sets the value of the ln property.
      Parameters:
      value - allowed object is CTLineProperties
    • getNoFill

      public CTNoFillProperties getNoFill()
      Gets the value of the noFill property.
      Returns:
      possible object is CTNoFillProperties
    • setNoFill

      public void setNoFill​(CTNoFillProperties value)
      Sets the value of the noFill property.
      Parameters:
      value - allowed object is CTNoFillProperties
    • getSolidFill

      public CTSolidColorFillProperties getSolidFill()
      Gets the value of the solidFill property.
      Returns:
      possible object is CTSolidColorFillProperties
    • setSolidFill

      public void setSolidFill​(CTSolidColorFillProperties value)
      Sets the value of the solidFill property.
      Parameters:
      value - allowed object is CTSolidColorFillProperties
    • getGradFill

      public CTGradientFillProperties getGradFill()
      Gets the value of the gradFill property.
      Returns:
      possible object is CTGradientFillProperties
    • setGradFill

      public void setGradFill​(CTGradientFillProperties value)
      Sets the value of the gradFill property.
      Parameters:
      value - allowed object is CTGradientFillProperties
    • getBlipFill

      public CTBlipFillProperties getBlipFill()
      Gets the value of the blipFill property.
      Returns:
      possible object is CTBlipFillProperties
    • setBlipFill

      public void setBlipFill​(CTBlipFillProperties value)
      Sets the value of the blipFill property.
      Parameters:
      value - allowed object is CTBlipFillProperties
    • getPattFill

      public CTPatternFillProperties getPattFill()
      Gets the value of the pattFill property.
      Returns:
      possible object is CTPatternFillProperties
    • setPattFill

      public void setPattFill​(CTPatternFillProperties value)
      Sets the value of the pattFill property.
      Parameters:
      value - allowed object is CTPatternFillProperties
    • getGrpFill

      public CTGroupFillProperties getGrpFill()
      Gets the value of the grpFill property.
      Returns:
      possible object is CTGroupFillProperties
    • setGrpFill

      public void setGrpFill​(CTGroupFillProperties value)
      Sets the value of the grpFill property.
      Parameters:
      value - allowed object is CTGroupFillProperties
    • getEffectLst

      public CTEffectList getEffectLst()
      Gets the value of the effectLst property.
      Returns:
      possible object is CTEffectList
    • setEffectLst

      public void setEffectLst​(CTEffectList value)
      Sets the value of the effectLst property.
      Parameters:
      value - allowed object is CTEffectList
    • getEffectDag

      public CTEffectContainer getEffectDag()
      Gets the value of the effectDag property.
      Returns:
      possible object is CTEffectContainer
    • setEffectDag

      public void setEffectDag​(CTEffectContainer value)
      Sets the value of the effectDag property.
      Parameters:
      value - allowed object is CTEffectContainer
    • getHighlight

      public CTColor getHighlight()
      Gets the value of the highlight property.
      Returns:
      possible object is CTColor
    • setHighlight

      public void setHighlight​(CTColor value)
      Sets the value of the highlight property.
      Parameters:
      value - allowed object is CTColor
    • getULnTx

      public CTTextUnderlineLineFollowText getULnTx()
      Gets the value of the uLnTx property.
      Returns:
      possible object is CTTextUnderlineLineFollowText
    • setULnTx

      public void setULnTx​(CTTextUnderlineLineFollowText value)
      Sets the value of the uLnTx property.
      Parameters:
      value - allowed object is CTTextUnderlineLineFollowText
    • getULn

      public CTLineProperties getULn()
      Gets the value of the uLn property.
      Returns:
      possible object is CTLineProperties
    • setULn

      public void setULn​(CTLineProperties value)
      Sets the value of the uLn property.
      Parameters:
      value - allowed object is CTLineProperties
    • getUFillTx

      public CTTextUnderlineFillFollowText getUFillTx()
      Gets the value of the uFillTx property.
      Returns:
      possible object is CTTextUnderlineFillFollowText
    • setUFillTx

      public void setUFillTx​(CTTextUnderlineFillFollowText value)
      Sets the value of the uFillTx property.
      Parameters:
      value - allowed object is CTTextUnderlineFillFollowText
    • getUFill

      Gets the value of the uFill property.
      Returns:
      possible object is CTTextUnderlineFillGroupWrapper
    • setUFill

      public void setUFill​(CTTextUnderlineFillGroupWrapper value)
      Sets the value of the uFill property.
      Parameters:
      value - allowed object is CTTextUnderlineFillGroupWrapper
    • getLatin

      public TextFont getLatin()
      Gets the value of the latin property.
      Returns:
      possible object is TextFont
    • setLatin

      public void setLatin​(TextFont value)
      Sets the value of the latin property.
      Parameters:
      value - allowed object is TextFont
    • getEa

      public TextFont getEa()
      Gets the value of the ea property.
      Returns:
      possible object is TextFont
    • setEa

      public void setEa​(TextFont value)
      Sets the value of the ea property.
      Parameters:
      value - allowed object is TextFont
    • getCs

      public TextFont getCs()
      Gets the value of the cs property.
      Returns:
      possible object is TextFont
    • setCs

      public void setCs​(TextFont value)
      Sets the value of the cs property.
      Parameters:
      value - allowed object is TextFont
    • getSym

      public TextFont getSym()
      Gets the value of the sym property.
      Returns:
      possible object is TextFont
    • setSym

      public void setSym​(TextFont value)
      Sets the value of the sym property.
      Parameters:
      value - allowed object is TextFont
    • getHlinkClick

      public CTHyperlink getHlinkClick()
      Gets the value of the hlinkClick property.
      Returns:
      possible object is CTHyperlink
    • setHlinkClick

      public void setHlinkClick​(CTHyperlink value)
      Sets the value of the hlinkClick property.
      Parameters:
      value - allowed object is CTHyperlink
    • getHlinkMouseOver

      public CTHyperlink getHlinkMouseOver()
      Gets the value of the hlinkMouseOver property.
      Returns:
      possible object is CTHyperlink
    • setHlinkMouseOver

      public void setHlinkMouseOver​(CTHyperlink value)
      Sets the value of the hlinkMouseOver property.
      Parameters:
      value - allowed object is CTHyperlink
    • 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
    • isKumimoji

      public java.lang.Boolean isKumimoji()
      Gets the value of the kumimoji property.
      Returns:
      possible object is Boolean
    • setKumimoji

      public void setKumimoji​(java.lang.Boolean value)
      Sets the value of the kumimoji property.
      Parameters:
      value - allowed object is Boolean
    • getLang

      public java.lang.String getLang()
      Gets the value of the lang property.
      Returns:
      possible object is String
    • setLang

      public void setLang​(java.lang.String value)
      Sets the value of the lang property.
      Parameters:
      value - allowed object is String
    • getAltLang

      public java.lang.String getAltLang()
      Gets the value of the altLang property.
      Returns:
      possible object is String
    • setAltLang

      public void setAltLang​(java.lang.String value)
      Sets the value of the altLang property.
      Parameters:
      value - allowed object is String
    • getSz

      public java.lang.Integer getSz()
      Gets the value of the sz property.
      Returns:
      possible object is Integer
    • setSz

      public void setSz​(java.lang.Integer value)
      Sets the value of the sz property.
      Parameters:
      value - allowed object is Integer
    • isB

      public java.lang.Boolean isB()
      Gets the value of the b property.
      Returns:
      possible object is Boolean
    • setB

      public void setB​(java.lang.Boolean value)
      Sets the value of the b property.
      Parameters:
      value - allowed object is Boolean
    • isI

      public java.lang.Boolean isI()
      Gets the value of the i property.
      Returns:
      possible object is Boolean
    • setI

      public void setI​(java.lang.Boolean value)
      Sets the value of the i property.
      Parameters:
      value - allowed object is Boolean
    • getU

      public STTextUnderlineType getU()
      Gets the value of the u property.
      Returns:
      possible object is STTextUnderlineType
    • setU

      public void setU​(STTextUnderlineType value)
      Sets the value of the u property.
      Parameters:
      value - allowed object is STTextUnderlineType
    • getStrike

      public STTextStrikeType getStrike()
      Gets the value of the strike property.
      Returns:
      possible object is STTextStrikeType
    • setStrike

      public void setStrike​(STTextStrikeType value)
      Sets the value of the strike property.
      Parameters:
      value - allowed object is STTextStrikeType
    • getKern

      public java.lang.Integer getKern()
      Gets the value of the kern property.
      Returns:
      possible object is Integer
    • setKern

      public void setKern​(java.lang.Integer value)
      Sets the value of the kern property.
      Parameters:
      value - allowed object is Integer
    • getCap

      public STTextCapsType getCap()
      Gets the value of the cap property.
      Returns:
      possible object is STTextCapsType
    • setCap

      public void setCap​(STTextCapsType value)
      Sets the value of the cap property.
      Parameters:
      value - allowed object is STTextCapsType
    • getSpc

      public java.lang.Integer getSpc()
      Gets the value of the spc property.
      Returns:
      possible object is Integer
    • setSpc

      public void setSpc​(java.lang.Integer value)
      Sets the value of the spc property.
      Parameters:
      value - allowed object is Integer
    • isNormalizeH

      public java.lang.Boolean isNormalizeH()
      Gets the value of the normalizeH property.
      Returns:
      possible object is Boolean
    • setNormalizeH

      public void setNormalizeH​(java.lang.Boolean value)
      Sets the value of the normalizeH property.
      Parameters:
      value - allowed object is Boolean
    • getBaseline

      public java.lang.Integer getBaseline()
      Gets the value of the baseline property.
      Returns:
      possible object is Integer
    • setBaseline

      public void setBaseline​(java.lang.Integer value)
      Sets the value of the baseline property.
      Parameters:
      value - allowed object is Integer
    • isNoProof

      public java.lang.Boolean isNoProof()
      Gets the value of the noProof property.
      Returns:
      possible object is Boolean
    • setNoProof

      public void setNoProof​(java.lang.Boolean value)
      Sets the value of the noProof property.
      Parameters:
      value - allowed object is Boolean
    • isDirty

      public boolean isDirty()
      Gets the value of the dirty property.
      Returns:
      possible object is Boolean
    • setDirty

      public void setDirty​(java.lang.Boolean value)
      Sets the value of the dirty property.
      Parameters:
      value - allowed object is Boolean
    • isErr

      public boolean isErr()
      Gets the value of the err property.
      Returns:
      possible object is Boolean
    • setErr

      public void setErr​(java.lang.Boolean value)
      Sets the value of the err property.
      Parameters:
      value - allowed object is Boolean
    • isSmtClean

      public boolean isSmtClean()
      Gets the value of the smtClean property.
      Returns:
      possible object is Boolean
    • setSmtClean

      public void setSmtClean​(java.lang.Boolean value)
      Sets the value of the smtClean property.
      Parameters:
      value - allowed object is Boolean
    • getSmtId

      public long getSmtId()
      Gets the value of the smtId property.
      Returns:
      possible object is Long
    • setSmtId

      public void setSmtId​(java.lang.Long value)
      Sets the value of the smtId property.
      Parameters:
      value - allowed object is Long
    • getBmk

      public java.lang.String getBmk()
      Gets the value of the bmk property.
      Returns:
      possible object is String
    • setBmk

      public void setBmk​(java.lang.String value)
      Sets the value of the bmk property.
      Parameters:
      value - allowed object is String
    • 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.