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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
altLang |
protected java.lang.Boolean |
b |
protected java.lang.Integer |
baseline |
protected CTBlipFillProperties |
blipFill |
protected java.lang.String |
bmk |
protected STTextCapsType |
cap |
protected TextFont |
cs |
protected java.lang.Boolean |
dirty |
protected TextFont |
ea |
protected CTEffectContainer |
effectDag |
protected CTEffectList |
effectLst |
protected java.lang.Boolean |
err |
protected CTOfficeArtExtensionList |
extLst |
protected CTGradientFillProperties |
gradFill |
protected CTGroupFillProperties |
grpFill |
protected CTColor |
highlight |
protected CTHyperlink |
hlinkClick |
protected CTHyperlink |
hlinkMouseOver |
protected java.lang.Boolean |
i |
protected java.lang.Integer |
kern |
protected java.lang.Boolean |
kumimoji |
protected java.lang.String |
lang |
protected TextFont |
latin |
protected CTLineProperties |
ln |
protected CTNoFillProperties |
noFill |
protected java.lang.Boolean |
noProof |
protected java.lang.Boolean |
normalizeH |
protected CTPatternFillProperties |
pattFill |
protected java.lang.Boolean |
smtClean |
protected java.lang.Long |
smtId |
protected CTSolidColorFillProperties |
solidFill |
protected java.lang.Integer |
spc |
protected STTextStrikeType |
strike |
protected TextFont |
sym |
protected java.lang.Integer |
sz |
protected STTextUnderlineType |
u |
protected CTTextUnderlineFillGroupWrapper |
uFill |
protected CTTextUnderlineFillFollowText |
uFillTx |
protected CTLineProperties |
uLn |
protected CTTextUnderlineLineFollowText |
uLnTx |
| Constructor and Description |
|---|
CTTextCharacterProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getAltLang()
Gets the value of the altLang property.
|
java.lang.Integer |
getBaseline()
Gets the value of the baseline property.
|
CTBlipFillProperties |
getBlipFill()
Gets the value of the blipFill property.
|
java.lang.String |
getBmk()
Gets the value of the bmk property.
|
STTextCapsType |
getCap()
Gets the value of the cap property.
|
TextFont |
getCs()
Gets the value of the cs property.
|
TextFont |
getEa()
Gets the value of the ea property.
|
CTEffectContainer |
getEffectDag()
Gets the value of the effectDag property.
|
CTEffectList |
getEffectLst()
Gets the value of the effectLst property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTGradientFillProperties |
getGradFill()
Gets the value of the gradFill property.
|
CTGroupFillProperties |
getGrpFill()
Gets the value of the grpFill property.
|
CTColor |
getHighlight()
Gets the value of the highlight property.
|
CTHyperlink |
getHlinkClick()
Gets the value of the hlinkClick property.
|
CTHyperlink |
getHlinkMouseOver()
Gets the value of the hlinkMouseOver property.
|
java.lang.Integer |
getKern()
Gets the value of the kern property.
|
java.lang.String |
getLang()
Gets the value of the lang property.
|
TextFont |
getLatin()
Gets the value of the latin property.
|
CTLineProperties |
getLn()
Gets the value of the ln property.
|
CTNoFillProperties |
getNoFill()
Gets the value of the noFill property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPatternFillProperties |
getPattFill()
Gets the value of the pattFill property.
|
long |
getSmtId()
Gets the value of the smtId property.
|
CTSolidColorFillProperties |
getSolidFill()
Gets the value of the solidFill property.
|
java.lang.Integer |
getSpc()
Gets the value of the spc property.
|
STTextStrikeType |
getStrike()
Gets the value of the strike property.
|
TextFont |
getSym()
Gets the value of the sym property.
|
java.lang.Integer |
getSz()
Gets the value of the sz property.
|
STTextUnderlineType |
getU()
Gets the value of the u property.
|
CTTextUnderlineFillGroupWrapper |
getUFill()
Gets the value of the uFill property.
|
CTTextUnderlineFillFollowText |
getUFillTx()
Gets the value of the uFillTx property.
|
CTLineProperties |
getULn()
Gets the value of the uLn property.
|
CTTextUnderlineLineFollowText |
getULnTx()
Gets the value of the uLnTx property.
|
java.lang.Boolean |
isB()
Gets the value of the b property.
|
boolean |
isDirty()
Gets the value of the dirty property.
|
boolean |
isErr()
Gets the value of the err property.
|
java.lang.Boolean |
isI()
Gets the value of the i property.
|
java.lang.Boolean |
isKumimoji()
Gets the value of the kumimoji property.
|
java.lang.Boolean |
isNoProof()
Gets the value of the noProof property.
|
java.lang.Boolean |
isNormalizeH()
Gets the value of the normalizeH property.
|
boolean |
isSmtClean()
Gets the value of the smtClean property.
|
void |
setAltLang(java.lang.String value)
Sets the value of the altLang property.
|
void |
setB(java.lang.Boolean value)
Sets the value of the b property.
|
void |
setBaseline(java.lang.Integer value)
Sets the value of the baseline property.
|
void |
setBlipFill(CTBlipFillProperties value)
Sets the value of the blipFill property.
|
void |
setBmk(java.lang.String value)
Sets the value of the bmk property.
|
void |
setCap(STTextCapsType value)
Sets the value of the cap property.
|
void |
setCs(TextFont value)
Sets the value of the cs property.
|
void |
setDirty(java.lang.Boolean value)
Sets the value of the dirty property.
|
void |
setEa(TextFont value)
Sets the value of the ea property.
|
void |
setEffectDag(CTEffectContainer value)
Sets the value of the effectDag property.
|
void |
setEffectLst(CTEffectList value)
Sets the value of the effectLst property.
|
void |
setErr(java.lang.Boolean value)
Sets the value of the err property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setGradFill(CTGradientFillProperties value)
Sets the value of the gradFill property.
|
void |
setGrpFill(CTGroupFillProperties value)
Sets the value of the grpFill property.
|
void |
setHighlight(CTColor value)
Sets the value of the highlight property.
|
void |
setHlinkClick(CTHyperlink value)
Sets the value of the hlinkClick property.
|
void |
setHlinkMouseOver(CTHyperlink value)
Sets the value of the hlinkMouseOver property.
|
void |
setI(java.lang.Boolean value)
Sets the value of the i property.
|
void |
setKern(java.lang.Integer value)
Sets the value of the kern property.
|
void |
setKumimoji(java.lang.Boolean value)
Sets the value of the kumimoji property.
|
void |
setLang(java.lang.String value)
Sets the value of the lang property.
|
void |
setLatin(TextFont value)
Sets the value of the latin property.
|
void |
setLn(CTLineProperties value)
Sets the value of the ln property.
|
void |
setNoFill(CTNoFillProperties value)
Sets the value of the noFill property.
|
void |
setNoProof(java.lang.Boolean value)
Sets the value of the noProof property.
|
void |
setNormalizeH(java.lang.Boolean value)
Sets the value of the normalizeH property.
|
void |
setParent(java.lang.Object parent) |
void |
setPattFill(CTPatternFillProperties value)
Sets the value of the pattFill property.
|
void |
setSmtClean(java.lang.Boolean value)
Sets the value of the smtClean property.
|
void |
setSmtId(java.lang.Long value)
Sets the value of the smtId property.
|
void |
setSolidFill(CTSolidColorFillProperties value)
Sets the value of the solidFill property.
|
void |
setSpc(java.lang.Integer value)
Sets the value of the spc property.
|
void |
setStrike(STTextStrikeType value)
Sets the value of the strike property.
|
void |
setSym(TextFont value)
Sets the value of the sym property.
|
void |
setSz(java.lang.Integer value)
Sets the value of the sz property.
|
void |
setU(STTextUnderlineType value)
Sets the value of the u property.
|
void |
setUFill(CTTextUnderlineFillGroupWrapper value)
Sets the value of the uFill property.
|
void |
setUFillTx(CTTextUnderlineFillFollowText value)
Sets the value of the uFillTx property.
|
void |
setULn(CTLineProperties value)
Sets the value of the uLn property.
|
void |
setULnTx(CTTextUnderlineLineFollowText value)
Sets the value of the uLnTx property.
|
protected CTLineProperties ln
protected CTNoFillProperties noFill
protected CTSolidColorFillProperties solidFill
protected CTGradientFillProperties gradFill
protected CTBlipFillProperties blipFill
protected CTPatternFillProperties pattFill
protected CTGroupFillProperties grpFill
protected CTEffectList effectLst
protected CTEffectContainer effectDag
protected CTColor highlight
protected CTTextUnderlineLineFollowText uLnTx
protected CTLineProperties uLn
protected CTTextUnderlineFillFollowText uFillTx
protected CTTextUnderlineFillGroupWrapper uFill
protected TextFont latin
protected TextFont ea
protected TextFont cs
protected TextFont sym
protected CTHyperlink hlinkClick
protected CTHyperlink hlinkMouseOver
protected CTOfficeArtExtensionList extLst
protected java.lang.Boolean kumimoji
protected java.lang.String lang
protected java.lang.String altLang
protected java.lang.Integer sz
protected java.lang.Boolean b
protected java.lang.Boolean i
protected STTextUnderlineType u
protected STTextStrikeType strike
protected java.lang.Integer kern
protected STTextCapsType cap
protected java.lang.Integer spc
protected java.lang.Boolean normalizeH
protected java.lang.Integer baseline
protected java.lang.Boolean noProof
protected java.lang.Boolean dirty
protected java.lang.Boolean err
protected java.lang.Boolean smtClean
protected java.lang.Long smtId
protected java.lang.String bmk
public CTLineProperties getLn()
CTLinePropertiespublic void setLn(CTLineProperties value)
value - allowed object is
CTLinePropertiespublic CTNoFillProperties getNoFill()
CTNoFillPropertiespublic void setNoFill(CTNoFillProperties value)
value - allowed object is
CTNoFillPropertiespublic CTSolidColorFillProperties getSolidFill()
CTSolidColorFillPropertiespublic void setSolidFill(CTSolidColorFillProperties value)
value - allowed object is
CTSolidColorFillPropertiespublic CTGradientFillProperties getGradFill()
CTGradientFillPropertiespublic void setGradFill(CTGradientFillProperties value)
value - allowed object is
CTGradientFillPropertiespublic CTBlipFillProperties getBlipFill()
CTBlipFillPropertiespublic void setBlipFill(CTBlipFillProperties value)
value - allowed object is
CTBlipFillPropertiespublic CTPatternFillProperties getPattFill()
CTPatternFillPropertiespublic void setPattFill(CTPatternFillProperties value)
value - allowed object is
CTPatternFillPropertiespublic CTGroupFillProperties getGrpFill()
CTGroupFillPropertiespublic void setGrpFill(CTGroupFillProperties value)
value - allowed object is
CTGroupFillPropertiespublic CTEffectList getEffectLst()
CTEffectListpublic void setEffectLst(CTEffectList value)
value - allowed object is
CTEffectListpublic CTEffectContainer getEffectDag()
CTEffectContainerpublic void setEffectDag(CTEffectContainer value)
value - allowed object is
CTEffectContainerpublic CTColor getHighlight()
CTColorpublic void setHighlight(CTColor value)
value - allowed object is
CTColorpublic CTTextUnderlineLineFollowText getULnTx()
CTTextUnderlineLineFollowTextpublic void setULnTx(CTTextUnderlineLineFollowText value)
value - allowed object is
CTTextUnderlineLineFollowTextpublic CTLineProperties getULn()
CTLinePropertiespublic void setULn(CTLineProperties value)
value - allowed object is
CTLinePropertiespublic CTTextUnderlineFillFollowText getUFillTx()
CTTextUnderlineFillFollowTextpublic void setUFillTx(CTTextUnderlineFillFollowText value)
value - allowed object is
CTTextUnderlineFillFollowTextpublic CTTextUnderlineFillGroupWrapper getUFill()
CTTextUnderlineFillGroupWrapperpublic void setUFill(CTTextUnderlineFillGroupWrapper value)
value - allowed object is
CTTextUnderlineFillGroupWrapperpublic TextFont getLatin()
TextFontpublic void setLatin(TextFont value)
value - allowed object is
TextFontpublic TextFont getEa()
TextFontpublic void setEa(TextFont value)
value - allowed object is
TextFontpublic TextFont getCs()
TextFontpublic void setCs(TextFont value)
value - allowed object is
TextFontpublic TextFont getSym()
TextFontpublic void setSym(TextFont value)
value - allowed object is
TextFontpublic CTHyperlink getHlinkClick()
CTHyperlinkpublic void setHlinkClick(CTHyperlink value)
value - allowed object is
CTHyperlinkpublic CTHyperlink getHlinkMouseOver()
CTHyperlinkpublic void setHlinkMouseOver(CTHyperlink value)
value - allowed object is
CTHyperlinkpublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic java.lang.Boolean isKumimoji()
Booleanpublic void setKumimoji(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getLang()
Stringpublic void setLang(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAltLang()
Stringpublic void setAltLang(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getSz()
Integerpublic void setSz(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isB()
Booleanpublic void setB(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isI()
Booleanpublic void setI(java.lang.Boolean value)
value - allowed object is
Booleanpublic STTextUnderlineType getU()
STTextUnderlineTypepublic void setU(STTextUnderlineType value)
value - allowed object is
STTextUnderlineTypepublic STTextStrikeType getStrike()
STTextStrikeTypepublic void setStrike(STTextStrikeType value)
value - allowed object is
STTextStrikeTypepublic java.lang.Integer getKern()
Integerpublic void setKern(java.lang.Integer value)
value - allowed object is
Integerpublic STTextCapsType getCap()
STTextCapsTypepublic void setCap(STTextCapsType value)
value - allowed object is
STTextCapsTypepublic java.lang.Integer getSpc()
Integerpublic void setSpc(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isNormalizeH()
Booleanpublic void setNormalizeH(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getBaseline()
Integerpublic void setBaseline(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isNoProof()
Booleanpublic void setNoProof(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isDirty()
Booleanpublic void setDirty(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isErr()
Booleanpublic void setErr(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSmtClean()
Booleanpublic void setSmtClean(java.lang.Boolean value)
value - allowed object is
Booleanpublic long getSmtId()
Longpublic void setSmtId(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getBmk()
Stringpublic void setBmk(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.