public class CTTblPPr extends Object implements Child
Java class for CT_TblPPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TblPPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="leftFromText" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="rightFromText" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="topFromText" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="bottomFromText" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="vertAnchor" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_VAnchor" />
<attribute name="horzAnchor" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_HAnchor" />
<attribute name="tblpXSpec" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_XAlign" />
<attribute name="tblpX" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
<attribute name="tblpYSpec" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_YAlign" />
<attribute name="tblpY" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
bottomFromText |
protected STHAnchor |
horzAnchor |
protected BigInteger |
leftFromText |
protected BigInteger |
rightFromText |
protected BigInteger |
tblpX |
protected STXAlign |
tblpXSpec |
protected BigInteger |
tblpY |
protected STYAlign |
tblpYSpec |
protected BigInteger |
topFromText |
protected STVAnchor |
vertAnchor |
| Constructor and Description |
|---|
CTTblPPr() |
| 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.
|
BigInteger |
getBottomFromText()
Gets the value of the bottomFromText property.
|
STHAnchor |
getHorzAnchor()
Gets the value of the horzAnchor property.
|
BigInteger |
getLeftFromText()
Gets the value of the leftFromText property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
BigInteger |
getRightFromText()
Gets the value of the rightFromText property.
|
BigInteger |
getTblpX()
Gets the value of the tblpX property.
|
STXAlign |
getTblpXSpec()
Gets the value of the tblpXSpec property.
|
BigInteger |
getTblpY()
Gets the value of the tblpY property.
|
STYAlign |
getTblpYSpec()
Gets the value of the tblpYSpec property.
|
BigInteger |
getTopFromText()
Gets the value of the topFromText property.
|
STVAnchor |
getVertAnchor()
Gets the value of the vertAnchor property.
|
void |
setBottomFromText(BigInteger value)
Sets the value of the bottomFromText property.
|
void |
setHorzAnchor(STHAnchor value)
Sets the value of the horzAnchor property.
|
void |
setLeftFromText(BigInteger value)
Sets the value of the leftFromText property.
|
void |
setParent(Object parent) |
void |
setRightFromText(BigInteger value)
Sets the value of the rightFromText property.
|
void |
setTblpX(BigInteger value)
Sets the value of the tblpX property.
|
void |
setTblpXSpec(STXAlign value)
Sets the value of the tblpXSpec property.
|
void |
setTblpY(BigInteger value)
Sets the value of the tblpY property.
|
void |
setTblpYSpec(STYAlign value)
Sets the value of the tblpYSpec property.
|
void |
setTopFromText(BigInteger value)
Sets the value of the topFromText property.
|
void |
setVertAnchor(STVAnchor value)
Sets the value of the vertAnchor property.
|
protected BigInteger leftFromText
protected BigInteger rightFromText
protected BigInteger topFromText
protected BigInteger bottomFromText
protected STVAnchor vertAnchor
protected STHAnchor horzAnchor
protected STXAlign tblpXSpec
protected BigInteger tblpX
protected STYAlign tblpYSpec
protected BigInteger tblpY
public BigInteger getLeftFromText()
BigIntegerpublic void setLeftFromText(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getRightFromText()
BigIntegerpublic void setRightFromText(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getTopFromText()
BigIntegerpublic void setTopFromText(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getBottomFromText()
BigIntegerpublic void setBottomFromText(BigInteger value)
value - allowed object is
BigIntegerpublic STVAnchor getVertAnchor()
STVAnchorpublic void setVertAnchor(STVAnchor value)
value - allowed object is
STVAnchorpublic STHAnchor getHorzAnchor()
STHAnchorpublic void setHorzAnchor(STHAnchor value)
value - allowed object is
STHAnchorpublic STXAlign getTblpXSpec()
STXAlignpublic void setTblpXSpec(STXAlign value)
value - allowed object is
STXAlignpublic BigInteger getTblpX()
BigIntegerpublic void setTblpX(BigInteger value)
value - allowed object is
BigIntegerpublic STYAlign getTblpYSpec()
STYAlignpublic void setTblpYSpec(STYAlign value)
value - allowed object is
STYAlignpublic BigInteger getTblpY()
BigIntegerpublic void setTblpY(BigInteger value)
value - allowed object is
BigIntegerpublic 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-2020. All Rights Reserved.