Package org.docx4j.wml
Class CTTblPPr
java.lang.Object
org.docx4j.wml.CTTblPPr
- All Implemented Interfaces:
Child
public class CTTblPPr extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected java.math.BigIntegerbottomFromTextprotected STHAnchorhorzAnchorprotected java.math.BigIntegerleftFromTextprotected java.math.BigIntegerrightFromTextprotected java.math.BigIntegertblpXprotected STXAligntblpXSpecprotected java.math.BigIntegertblpYprotected STYAligntblpYSpecprotected java.math.BigIntegertopFromTextprotected STVAnchorvertAnchor -
Constructor Summary
Constructors Constructor Description CTTblPPr() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.math.BigIntegergetBottomFromText()Gets the value of the bottomFromText property.STHAnchorgetHorzAnchor()Gets the value of the horzAnchor property.java.math.BigIntegergetLeftFromText()Gets the value of the leftFromText property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.math.BigIntegergetRightFromText()Gets the value of the rightFromText property.java.math.BigIntegergetTblpX()Gets the value of the tblpX property.STXAligngetTblpXSpec()Gets the value of the tblpXSpec property.java.math.BigIntegergetTblpY()Gets the value of the tblpY property.STYAligngetTblpYSpec()Gets the value of the tblpYSpec property.java.math.BigIntegergetTopFromText()Gets the value of the topFromText property.STVAnchorgetVertAnchor()Gets the value of the vertAnchor property.voidsetBottomFromText(java.math.BigInteger value)Sets the value of the bottomFromText property.voidsetHorzAnchor(STHAnchor value)Sets the value of the horzAnchor property.voidsetLeftFromText(java.math.BigInteger value)Sets the value of the leftFromText property.voidsetParent(java.lang.Object parent)voidsetRightFromText(java.math.BigInteger value)Sets the value of the rightFromText property.voidsetTblpX(java.math.BigInteger value)Sets the value of the tblpX property.voidsetTblpXSpec(STXAlign value)Sets the value of the tblpXSpec property.voidsetTblpY(java.math.BigInteger value)Sets the value of the tblpY property.voidsetTblpYSpec(STYAlign value)Sets the value of the tblpYSpec property.voidsetTopFromText(java.math.BigInteger value)Sets the value of the topFromText property.voidsetVertAnchor(STVAnchor value)Sets the value of the vertAnchor property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
leftFromText
protected java.math.BigInteger leftFromText -
rightFromText
protected java.math.BigInteger rightFromText -
topFromText
protected java.math.BigInteger topFromText -
bottomFromText
protected java.math.BigInteger bottomFromText -
vertAnchor
-
horzAnchor
-
tblpXSpec
-
tblpX
protected java.math.BigInteger tblpX -
tblpYSpec
-
tblpY
protected java.math.BigInteger tblpY
-
-
Constructor Details
-
CTTblPPr
public CTTblPPr()
-
-
Method Details
-
getLeftFromText
public java.math.BigInteger getLeftFromText()Gets the value of the leftFromText property.- Returns:
- possible object is
BigInteger
-
setLeftFromText
public void setLeftFromText(java.math.BigInteger value)Sets the value of the leftFromText property.- Parameters:
value- allowed object isBigInteger
-
getRightFromText
public java.math.BigInteger getRightFromText()Gets the value of the rightFromText property.- Returns:
- possible object is
BigInteger
-
setRightFromText
public void setRightFromText(java.math.BigInteger value)Sets the value of the rightFromText property.- Parameters:
value- allowed object isBigInteger
-
getTopFromText
public java.math.BigInteger getTopFromText()Gets the value of the topFromText property.- Returns:
- possible object is
BigInteger
-
setTopFromText
public void setTopFromText(java.math.BigInteger value)Sets the value of the topFromText property.- Parameters:
value- allowed object isBigInteger
-
getBottomFromText
public java.math.BigInteger getBottomFromText()Gets the value of the bottomFromText property.- Returns:
- possible object is
BigInteger
-
setBottomFromText
public void setBottomFromText(java.math.BigInteger value)Sets the value of the bottomFromText property.- Parameters:
value- allowed object isBigInteger
-
getVertAnchor
Gets the value of the vertAnchor property.- Returns:
- possible object is
STVAnchor
-
setVertAnchor
Sets the value of the vertAnchor property.- Parameters:
value- allowed object isSTVAnchor
-
getHorzAnchor
Gets the value of the horzAnchor property.- Returns:
- possible object is
STHAnchor
-
setHorzAnchor
Sets the value of the horzAnchor property.- Parameters:
value- allowed object isSTHAnchor
-
getTblpXSpec
Gets the value of the tblpXSpec property.- Returns:
- possible object is
STXAlign
-
setTblpXSpec
Sets the value of the tblpXSpec property.- Parameters:
value- allowed object isSTXAlign
-
getTblpX
public java.math.BigInteger getTblpX()Gets the value of the tblpX property.- Returns:
- possible object is
BigInteger
-
setTblpX
public void setTblpX(java.math.BigInteger value)Sets the value of the tblpX property.- Parameters:
value- allowed object isBigInteger
-
getTblpYSpec
Gets the value of the tblpYSpec property.- Returns:
- possible object is
STYAlign
-
setTblpYSpec
Sets the value of the tblpYSpec property.- Parameters:
value- allowed object isSTYAlign
-
getTblpY
public java.math.BigInteger getTblpY()Gets the value of the tblpY property.- Returns:
- possible object is
BigInteger
-
setTblpY
public void setTblpY(java.math.BigInteger value)Sets the value of the tblpY property.- Parameters:
value- allowed object isBigInteger
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
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.
-