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>
| Modifier and Type | Field and Description |
|---|---|
protected STTextAnchoringType |
anchor |
protected java.lang.Boolean |
anchorCtr |
protected java.lang.Integer |
bIns |
protected java.lang.Boolean |
compatLnSpc |
protected CTOfficeArtExtensionList |
extLst |
protected CTFlatText |
flatTx |
protected java.lang.Boolean |
forceAA |
protected java.lang.Boolean |
fromWordArt |
protected STTextHorzOverflowType |
horzOverflow |
protected java.lang.Integer |
lIns |
protected CTTextNoAutofit |
noAutofit |
protected CTTextNormalAutofit |
normAutofit |
protected java.lang.Integer |
numCol |
protected CTPresetTextShape |
prstTxWarp |
protected java.lang.Integer |
rIns |
protected java.lang.Integer |
rot |
protected java.lang.Boolean |
rtlCol |
protected CTScene3D |
scene3D |
protected CTShape3D |
sp3D |
protected CTTextShapeAutofit |
spAutoFit |
protected java.lang.Integer |
spcCol |
protected java.lang.Boolean |
spcFirstLastPara |
protected java.lang.Integer |
tIns |
protected java.lang.Boolean |
upright |
protected STTextVerticalType |
vert |
protected STTextVertOverflowType |
vertOverflow |
protected STTextWrappingType |
wrap |
| Constructor and Description |
|---|
CTTextBodyProperties() |
| 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.
|
STTextAnchoringType |
getAnchor()
Gets the value of the anchor property.
|
java.lang.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.
|
java.lang.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.
|
java.lang.Integer |
getNumCol()
Gets the value of the numCol property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPresetTextShape |
getPrstTxWarp()
Gets the value of the prstTxWarp property.
|
java.lang.Integer |
getRIns()
Gets the value of the rIns property.
|
java.lang.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.
|
java.lang.Integer |
getSpcCol()
Gets the value of the spcCol property.
|
java.lang.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.
|
java.lang.Boolean |
isAnchorCtr()
Gets the value of the anchorCtr property.
|
java.lang.Boolean |
isCompatLnSpc()
Gets the value of the compatLnSpc property.
|
java.lang.Boolean |
isForceAA()
Gets the value of the forceAA property.
|
java.lang.Boolean |
isFromWordArt()
Gets the value of the fromWordArt property.
|
java.lang.Boolean |
isRtlCol()
Gets the value of the rtlCol property.
|
java.lang.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(java.lang.Boolean value)
Sets the value of the anchorCtr property.
|
void |
setBIns(java.lang.Integer value)
Sets the value of the bIns property.
|
void |
setCompatLnSpc(java.lang.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(java.lang.Boolean value)
Sets the value of the forceAA property.
|
void |
setFromWordArt(java.lang.Boolean value)
Sets the value of the fromWordArt property.
|
void |
setHorzOverflow(STTextHorzOverflowType value)
Sets the value of the horzOverflow property.
|
void |
setLIns(java.lang.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(java.lang.Integer value)
Sets the value of the numCol property.
|
void |
setParent(java.lang.Object parent) |
void |
setPrstTxWarp(CTPresetTextShape value)
Sets the value of the prstTxWarp property.
|
void |
setRIns(java.lang.Integer value)
Sets the value of the rIns property.
|
void |
setRot(java.lang.Integer value)
Sets the value of the rot property.
|
void |
setRtlCol(java.lang.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(java.lang.Integer value)
Sets the value of the spcCol property.
|
void |
setSpcFirstLastPara(java.lang.Boolean value)
Sets the value of the spcFirstLastPara property.
|
void |
setTIns(java.lang.Integer value)
Sets the value of the tIns property.
|
void |
setUpright(java.lang.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 java.lang.Integer rot
protected java.lang.Boolean spcFirstLastPara
protected STTextVertOverflowType vertOverflow
protected STTextHorzOverflowType horzOverflow
protected STTextVerticalType vert
protected STTextWrappingType wrap
protected java.lang.Integer lIns
protected java.lang.Integer tIns
protected java.lang.Integer rIns
protected java.lang.Integer bIns
protected java.lang.Integer numCol
protected java.lang.Integer spcCol
protected java.lang.Boolean rtlCol
protected java.lang.Boolean fromWordArt
protected STTextAnchoringType anchor
protected java.lang.Boolean anchorCtr
protected java.lang.Boolean forceAA
protected java.lang.Boolean upright
protected java.lang.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 java.lang.Integer getRot()
Integerpublic void setRot(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isSpcFirstLastPara()
Booleanpublic void setSpcFirstLastPara(java.lang.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 java.lang.Integer getLIns()
Integerpublic void setLIns(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTIns()
Integerpublic void setTIns(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getRIns()
Integerpublic void setRIns(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getBIns()
Integerpublic void setBIns(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getNumCol()
Integerpublic void setNumCol(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getSpcCol()
Integerpublic void setSpcCol(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isRtlCol()
Booleanpublic void setRtlCol(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isFromWordArt()
Booleanpublic void setFromWordArt(java.lang.Boolean value)
value - allowed object is
Booleanpublic STTextAnchoringType getAnchor()
STTextAnchoringTypepublic void setAnchor(STTextAnchoringType value)
value - allowed object is
STTextAnchoringTypepublic java.lang.Boolean isAnchorCtr()
Booleanpublic void setAnchorCtr(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isForceAA()
Booleanpublic void setForceAA(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isUpright()
Booleanpublic void setUpright(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isCompatLnSpc()
Booleanpublic void setCompatLnSpc(java.lang.Boolean value)
value - allowed object is
Booleanpublic 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–2023. All rights reserved.