Package org.docx4j.dml
Class CTTableCellProperties
java.lang.Object
org.docx4j.dml.CTTableCellProperties
- All Implemented Interfaces:
Child
public class CTTableCellProperties extends java.lang.Object implements Child
Java class for CT_TableCellProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TableCellProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lnL" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LineProperties" minOccurs="0"/>
<element name="lnR" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LineProperties" minOccurs="0"/>
<element name="lnT" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LineProperties" minOccurs="0"/>
<element name="lnB" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LineProperties" minOccurs="0"/>
<element name="lnTlToBr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LineProperties" minOccurs="0"/>
<element name="lnBlToTr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LineProperties" minOccurs="0"/>
<element name="cell3D" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Cell3D" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_FillProperties" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="marL" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate32" default="91440" />
<attribute name="marR" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate32" default="91440" />
<attribute name="marT" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate32" default="45720" />
<attribute name="marB" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate32" default="45720" />
<attribute name="vert" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextVerticalType" default="horz" />
<attribute name="anchor" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextAnchoringType" default="t" />
<attribute name="anchorCtr" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="horzOverflow" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextHorzOverflowType" default="clip" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected STTextAnchoringTypeanchorprotected java.lang.BooleananchorCtrprotected CTBlipFillPropertiesblipFillprotected CTCell3Dcell3Dprotected CTOfficeArtExtensionListextLstprotected CTGradientFillPropertiesgradFillprotected CTGroupFillPropertiesgrpFillprotected STTextHorzOverflowTypehorzOverflowprotected CTLinePropertieslnBprotected CTLinePropertieslnBlToTrprotected CTLinePropertieslnLprotected CTLinePropertieslnRprotected CTLinePropertieslnTprotected CTLinePropertieslnTlToBrprotected java.lang.IntegermarBprotected java.lang.IntegermarLprotected java.lang.IntegermarRprotected java.lang.IntegermarTprotected CTNoFillPropertiesnoFillprotected CTPatternFillPropertiespattFillprotected CTSolidColorFillPropertiessolidFillprotected STTextVerticalTypevert -
Constructor Summary
Constructors Constructor Description CTTableCellProperties() -
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.STTextAnchoringTypegetAnchor()Gets the value of the anchor property.CTBlipFillPropertiesgetBlipFill()Gets the value of the blipFill property.CTCell3DgetCell3D()Gets the value of the cell3D property.CTOfficeArtExtensionListgetExtLst()Gets the value of the extLst property.CTGradientFillPropertiesgetGradFill()Gets the value of the gradFill property.CTGroupFillPropertiesgetGrpFill()Gets the value of the grpFill property.STTextHorzOverflowTypegetHorzOverflow()Gets the value of the horzOverflow property.CTLinePropertiesgetLnB()Gets the value of the lnB property.CTLinePropertiesgetLnBlToTr()Gets the value of the lnBlToTr property.CTLinePropertiesgetLnL()Gets the value of the lnL property.CTLinePropertiesgetLnR()Gets the value of the lnR property.CTLinePropertiesgetLnT()Gets the value of the lnT property.CTLinePropertiesgetLnTlToBr()Gets the value of the lnTlToBr property.intgetMarB()Gets the value of the marB property.intgetMarL()Gets the value of the marL property.intgetMarR()Gets the value of the marR property.intgetMarT()Gets the value of the marT property.CTNoFillPropertiesgetNoFill()Gets the value of the noFill property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTPatternFillPropertiesgetPattFill()Gets the value of the pattFill property.CTSolidColorFillPropertiesgetSolidFill()Gets the value of the solidFill property.STTextVerticalTypegetVert()Gets the value of the vert property.booleanisAnchorCtr()Gets the value of the anchorCtr property.voidsetAnchor(STTextAnchoringType value)Sets the value of the anchor property.voidsetAnchorCtr(java.lang.Boolean value)Sets the value of the anchorCtr property.voidsetBlipFill(CTBlipFillProperties value)Sets the value of the blipFill property.voidsetCell3D(CTCell3D value)Sets the value of the cell3D property.voidsetExtLst(CTOfficeArtExtensionList value)Sets the value of the extLst property.voidsetGradFill(CTGradientFillProperties value)Sets the value of the gradFill property.voidsetGrpFill(CTGroupFillProperties value)Sets the value of the grpFill property.voidsetHorzOverflow(STTextHorzOverflowType value)Sets the value of the horzOverflow property.voidsetLnB(CTLineProperties value)Sets the value of the lnB property.voidsetLnBlToTr(CTLineProperties value)Sets the value of the lnBlToTr property.voidsetLnL(CTLineProperties value)Sets the value of the lnL property.voidsetLnR(CTLineProperties value)Sets the value of the lnR property.voidsetLnT(CTLineProperties value)Sets the value of the lnT property.voidsetLnTlToBr(CTLineProperties value)Sets the value of the lnTlToBr property.voidsetMarB(java.lang.Integer value)Sets the value of the marB property.voidsetMarL(java.lang.Integer value)Sets the value of the marL property.voidsetMarR(java.lang.Integer value)Sets the value of the marR property.voidsetMarT(java.lang.Integer value)Sets the value of the marT property.voidsetNoFill(CTNoFillProperties value)Sets the value of the noFill property.voidsetParent(java.lang.Object parent)voidsetPattFill(CTPatternFillProperties value)Sets the value of the pattFill property.voidsetSolidFill(CTSolidColorFillProperties value)Sets the value of the solidFill property.voidsetVert(STTextVerticalType value)Sets the value of the vert property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
lnL
-
lnR
-
lnT
-
lnB
-
lnTlToBr
-
lnBlToTr
-
cell3D
-
noFill
-
solidFill
-
gradFill
-
blipFill
-
pattFill
-
grpFill
-
extLst
-
marL
protected java.lang.Integer marL -
marR
protected java.lang.Integer marR -
marT
protected java.lang.Integer marT -
marB
protected java.lang.Integer marB -
vert
-
anchor
-
anchorCtr
protected java.lang.Boolean anchorCtr -
horzOverflow
-
-
Constructor Details
-
CTTableCellProperties
public CTTableCellProperties()
-
-
Method Details
-
getLnL
Gets the value of the lnL property.- Returns:
- possible object is
CTLineProperties
-
setLnL
Sets the value of the lnL property.- Parameters:
value- allowed object isCTLineProperties
-
getLnR
Gets the value of the lnR property.- Returns:
- possible object is
CTLineProperties
-
setLnR
Sets the value of the lnR property.- Parameters:
value- allowed object isCTLineProperties
-
getLnT
Gets the value of the lnT property.- Returns:
- possible object is
CTLineProperties
-
setLnT
Sets the value of the lnT property.- Parameters:
value- allowed object isCTLineProperties
-
getLnB
Gets the value of the lnB property.- Returns:
- possible object is
CTLineProperties
-
setLnB
Sets the value of the lnB property.- Parameters:
value- allowed object isCTLineProperties
-
getLnTlToBr
Gets the value of the lnTlToBr property.- Returns:
- possible object is
CTLineProperties
-
setLnTlToBr
Sets the value of the lnTlToBr property.- Parameters:
value- allowed object isCTLineProperties
-
getLnBlToTr
Gets the value of the lnBlToTr property.- Returns:
- possible object is
CTLineProperties
-
setLnBlToTr
Sets the value of the lnBlToTr property.- Parameters:
value- allowed object isCTLineProperties
-
getCell3D
Gets the value of the cell3D property.- Returns:
- possible object is
CTCell3D
-
setCell3D
Sets the value of the cell3D property.- Parameters:
value- allowed object isCTCell3D
-
getNoFill
Gets the value of the noFill property.- Returns:
- possible object is
CTNoFillProperties
-
setNoFill
Sets the value of the noFill property.- Parameters:
value- allowed object isCTNoFillProperties
-
getSolidFill
Gets the value of the solidFill property.- Returns:
- possible object is
CTSolidColorFillProperties
-
setSolidFill
Sets the value of the solidFill property.- Parameters:
value- allowed object isCTSolidColorFillProperties
-
getGradFill
Gets the value of the gradFill property.- Returns:
- possible object is
CTGradientFillProperties
-
setGradFill
Sets the value of the gradFill property.- Parameters:
value- allowed object isCTGradientFillProperties
-
getBlipFill
Gets the value of the blipFill property.- Returns:
- possible object is
CTBlipFillProperties
-
setBlipFill
Sets the value of the blipFill property.- Parameters:
value- allowed object isCTBlipFillProperties
-
getPattFill
Gets the value of the pattFill property.- Returns:
- possible object is
CTPatternFillProperties
-
setPattFill
Sets the value of the pattFill property.- Parameters:
value- allowed object isCTPatternFillProperties
-
getGrpFill
Gets the value of the grpFill property.- Returns:
- possible object is
CTGroupFillProperties
-
setGrpFill
Sets the value of the grpFill property.- Parameters:
value- allowed object isCTGroupFillProperties
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTOfficeArtExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTOfficeArtExtensionList
-
getMarL
public int getMarL()Gets the value of the marL property.- Returns:
- possible object is
Integer
-
setMarL
public void setMarL(java.lang.Integer value)Sets the value of the marL property.- Parameters:
value- allowed object isInteger
-
getMarR
public int getMarR()Gets the value of the marR property.- Returns:
- possible object is
Integer
-
setMarR
public void setMarR(java.lang.Integer value)Sets the value of the marR property.- Parameters:
value- allowed object isInteger
-
getMarT
public int getMarT()Gets the value of the marT property.- Returns:
- possible object is
Integer
-
setMarT
public void setMarT(java.lang.Integer value)Sets the value of the marT property.- Parameters:
value- allowed object isInteger
-
getMarB
public int getMarB()Gets the value of the marB property.- Returns:
- possible object is
Integer
-
setMarB
public void setMarB(java.lang.Integer value)Sets the value of the marB property.- Parameters:
value- allowed object isInteger
-
getVert
Gets the value of the vert property.- Returns:
- possible object is
STTextVerticalType
-
setVert
Sets the value of the vert property.- Parameters:
value- allowed object isSTTextVerticalType
-
getAnchor
Gets the value of the anchor property.- Returns:
- possible object is
STTextAnchoringType
-
setAnchor
Sets the value of the anchor property.- Parameters:
value- allowed object isSTTextAnchoringType
-
isAnchorCtr
public boolean isAnchorCtr()Gets the value of the anchorCtr property.- Returns:
- possible object is
Boolean
-
setAnchorCtr
public void setAnchorCtr(java.lang.Boolean value)Sets the value of the anchorCtr property.- Parameters:
value- allowed object isBoolean
-
getHorzOverflow
Gets the value of the horzOverflow property.- Returns:
- possible object is
STTextHorzOverflowType
-
setHorzOverflow
Sets the value of the horzOverflow property.- Parameters:
value- allowed object isSTTextHorzOverflowType
-
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.
-