public class CTTextBodyProperties extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected STTextAnchoringType |
anchor |
protected Boolean |
anchorCtr |
protected Integer |
bIns |
protected Boolean |
compatLnSpc |
protected CTOfficeArtExtensionList |
extLst |
protected CTFlatText |
flatTx |
protected Boolean |
forceAA |
protected Boolean |
fromWordArt |
protected STTextHorzOverflowType |
horzOverflow |
protected Integer |
lIns |
protected CTTextNoAutofit |
noAutofit |
protected CTTextNormalAutofit |
normAutofit |
protected Integer |
numCol |
protected CTPresetTextShape |
prstTxWarp |
protected Integer |
rIns |
protected Integer |
rot |
protected Boolean |
rtlCol |
protected CTScene3D |
scene3D |
protected CTShape3D |
sp3D |
protected CTTextShapeAutofit |
spAutoFit |
protected Integer |
spcCol |
protected Boolean |
spcFirstLastPara |
protected Integer |
tIns |
protected Boolean |
upright |
protected STTextVerticalType |
vert |
protected STTextVertOverflowType |
vertOverflow |
protected STTextWrappingType |
wrap |
| Constructor and Description |
|---|
CTTextBodyProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STTextAnchoringType |
getAnchor()
Gets the value of the anchor property.
|
Integer |
getBIns()
Gets the value of the bIns property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTFlatText |
getFlatTx()
Gets the value of the flatTx property.
|
STTextHorzOverflowType |
getHorzOverflow()
Gets the value of the horzOverflow property.
|
Integer |
getLIns()
Gets the value of the lIns property.
|
CTTextNoAutofit |
getNoAutofit()
Gets the value of the noAutofit property.
|
CTTextNormalAutofit |
getNormAutofit()
Gets the value of the normAutofit property.
|
Integer |
getNumCol()
Gets the value of the numCol property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPresetTextShape |
getPrstTxWarp()
Gets the value of the prstTxWarp property.
|
Integer |
getRIns()
Gets the value of the rIns property.
|
Integer |
getRot()
Gets the value of the rot property.
|
CTScene3D |
getScene3D()
Gets the value of the scene3D property.
|
CTShape3D |
getSp3D()
Gets the value of the sp3D property.
|
CTTextShapeAutofit |
getSpAutoFit()
Gets the value of the spAutoFit property.
|
Integer |
getSpcCol()
Gets the value of the spcCol property.
|
Integer |
getTIns()
Gets the value of the tIns property.
|
STTextVerticalType |
getVert()
Gets the value of the vert property.
|
STTextVertOverflowType |
getVertOverflow()
Gets the value of the vertOverflow property.
|
STTextWrappingType |
getWrap()
Gets the value of the wrap property.
|
Boolean |
isAnchorCtr()
Gets the value of the anchorCtr property.
|
Boolean |
isCompatLnSpc()
Gets the value of the compatLnSpc property.
|
Boolean |
isForceAA()
Gets the value of the forceAA property.
|
Boolean |
isFromWordArt()
Gets the value of the fromWordArt property.
|
Boolean |
isRtlCol()
Gets the value of the rtlCol property.
|
Boolean |
isSpcFirstLastPara()
Gets the value of the spcFirstLastPara property.
|
boolean |
isUpright()
Gets the value of the upright property.
|
void |
setAnchor(STTextAnchoringType value)
Sets the value of the anchor property.
|
void |
setAnchorCtr(Boolean value)
Sets the value of the anchorCtr property.
|
void |
setBIns(Integer value)
Sets the value of the bIns property.
|
void |
setCompatLnSpc(Boolean value)
Sets the value of the compatLnSpc property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setFlatTx(CTFlatText value)
Sets the value of the flatTx property.
|
void |
setForceAA(Boolean value)
Sets the value of the forceAA property.
|
void |
setFromWordArt(Boolean value)
Sets the value of the fromWordArt property.
|
void |
setHorzOverflow(STTextHorzOverflowType value)
Sets the value of the horzOverflow property.
|
void |
setLIns(Integer value)
Sets the value of the lIns property.
|
void |
setNoAutofit(CTTextNoAutofit value)
Sets the value of the noAutofit property.
|
void |
setNormAutofit(CTTextNormalAutofit value)
Sets the value of the normAutofit property.
|
void |
setNumCol(Integer value)
Sets the value of the numCol property.
|
void |
setParent(Object parent) |
void |
setPrstTxWarp(CTPresetTextShape value)
Sets the value of the prstTxWarp property.
|
void |
setRIns(Integer value)
Sets the value of the rIns property.
|
void |
setRot(Integer value)
Sets the value of the rot property.
|
void |
setRtlCol(Boolean value)
Sets the value of the rtlCol property.
|
void |
setScene3D(CTScene3D value)
Sets the value of the scene3D property.
|
void |
setSp3D(CTShape3D value)
Sets the value of the sp3D property.
|
void |
setSpAutoFit(CTTextShapeAutofit value)
Sets the value of the spAutoFit property.
|
void |
setSpcCol(Integer value)
Sets the value of the spcCol property.
|
void |
setSpcFirstLastPara(Boolean value)
Sets the value of the spcFirstLastPara property.
|
void |
setTIns(Integer value)
Sets the value of the tIns property.
|
void |
setUpright(Boolean value)
Sets the value of the upright property.
|
void |
setVert(STTextVerticalType value)
Sets the value of the vert property.
|
void |
setVertOverflow(STTextVertOverflowType value)
Sets the value of the vertOverflow property.
|
void |
setWrap(STTextWrappingType value)
Sets the value of the wrap property.
|
protected CTPresetTextShape prstTxWarp
protected CTTextNoAutofit noAutofit
protected CTTextNormalAutofit normAutofit
protected CTTextShapeAutofit spAutoFit
protected CTScene3D scene3D
protected CTShape3D sp3D
protected CTFlatText flatTx
protected CTOfficeArtExtensionList extLst
protected Integer rot
protected Boolean spcFirstLastPara
protected STTextVertOverflowType vertOverflow
protected STTextHorzOverflowType horzOverflow
protected STTextVerticalType vert
protected STTextWrappingType wrap
protected Integer lIns
protected Integer tIns
protected Integer rIns
protected Integer bIns
protected Integer numCol
protected Integer spcCol
protected Boolean rtlCol
protected Boolean fromWordArt
protected STTextAnchoringType anchor
protected Boolean anchorCtr
protected Boolean forceAA
protected Boolean upright
protected Boolean compatLnSpc
public CTPresetTextShape getPrstTxWarp()
CTPresetTextShapepublic void setPrstTxWarp(CTPresetTextShape value)
value - allowed object is
CTPresetTextShapepublic CTTextNoAutofit getNoAutofit()
CTTextNoAutofitpublic void setNoAutofit(CTTextNoAutofit value)
value - allowed object is
CTTextNoAutofitpublic CTTextNormalAutofit getNormAutofit()
CTTextNormalAutofitpublic void setNormAutofit(CTTextNormalAutofit value)
value - allowed object is
CTTextNormalAutofitpublic CTTextShapeAutofit getSpAutoFit()
CTTextShapeAutofitpublic void setSpAutoFit(CTTextShapeAutofit value)
value - allowed object is
CTTextShapeAutofitpublic CTScene3D getScene3D()
CTScene3Dpublic void setScene3D(CTScene3D value)
value - allowed object is
CTScene3Dpublic CTShape3D getSp3D()
CTShape3Dpublic void setSp3D(CTShape3D value)
value - allowed object is
CTShape3Dpublic CTFlatText getFlatTx()
CTFlatTextpublic void setFlatTx(CTFlatText value)
value - allowed object is
CTFlatTextpublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic Integer getRot()
Integerpublic void setRot(Integer value)
value - allowed object is
Integerpublic Boolean isSpcFirstLastPara()
Booleanpublic void setSpcFirstLastPara(Boolean value)
value - allowed object is
Booleanpublic STTextVertOverflowType getVertOverflow()
STTextVertOverflowTypepublic void setVertOverflow(STTextVertOverflowType value)
value - allowed object is
STTextVertOverflowTypepublic STTextHorzOverflowType getHorzOverflow()
STTextHorzOverflowTypepublic void setHorzOverflow(STTextHorzOverflowType value)
value - allowed object is
STTextHorzOverflowTypepublic STTextVerticalType getVert()
STTextVerticalTypepublic void setVert(STTextVerticalType value)
value - allowed object is
STTextVerticalTypepublic STTextWrappingType getWrap()
STTextWrappingTypepublic void setWrap(STTextWrappingType value)
value - allowed object is
STTextWrappingTypepublic Integer getLIns()
Integerpublic void setLIns(Integer value)
value - allowed object is
Integerpublic Integer getTIns()
Integerpublic void setTIns(Integer value)
value - allowed object is
Integerpublic Integer getRIns()
Integerpublic void setRIns(Integer value)
value - allowed object is
Integerpublic Integer getBIns()
Integerpublic void setBIns(Integer value)
value - allowed object is
Integerpublic Integer getNumCol()
Integerpublic void setNumCol(Integer value)
value - allowed object is
Integerpublic Integer getSpcCol()
Integerpublic void setSpcCol(Integer value)
value - allowed object is
Integerpublic Boolean isRtlCol()
Booleanpublic void setRtlCol(Boolean value)
value - allowed object is
Booleanpublic Boolean isFromWordArt()
Booleanpublic void setFromWordArt(Boolean value)
value - allowed object is
Booleanpublic STTextAnchoringType getAnchor()
STTextAnchoringTypepublic void setAnchor(STTextAnchoringType value)
value - allowed object is
STTextAnchoringTypepublic Boolean isAnchorCtr()
Booleanpublic void setAnchorCtr(Boolean value)
value - allowed object is
Booleanpublic Boolean isForceAA()
Booleanpublic void setForceAA(Boolean value)
value - allowed object is
Booleanpublic boolean isUpright()
Booleanpublic void setUpright(Boolean value)
value - allowed object is
Booleanpublic Boolean isCompatLnSpc()
Booleanpublic void setCompatLnSpc(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.