Package org.docx4j.dml
Class CTTableCellProperties
java.lang.Object
org.docx4j.dml.CTTableCellProperties
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected STTextAnchoringTypeprotected Booleanprotected CTBlipFillPropertiesprotected CTCell3Dprotected CTOfficeArtExtensionListprotected CTGradientFillPropertiesprotected CTGroupFillPropertiesprotected STTextHorzOverflowTypeprotected CTLinePropertiesprotected CTLinePropertiesprotected CTLinePropertiesprotected CTLinePropertiesprotected CTLinePropertiesprotected CTLinePropertiesprotected Integerprotected Integerprotected Integerprotected Integerprotected CTNoFillPropertiesprotected CTPatternFillPropertiesprotected CTSolidColorFillPropertiesprotected STTextVerticalType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the anchor property.Gets the value of the blipFill property.Gets the value of the cell3D property.Gets the value of the extLst property.Gets the value of the gradFill property.Gets the value of the grpFill property.Gets the value of the horzOverflow property.getLnB()Gets the value of the lnB property.Gets the value of the lnBlToTr property.getLnL()Gets the value of the lnL property.getLnR()Gets the value of the lnR property.getLnT()Gets the value of the lnT property.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.Gets the value of the noFill property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the pattFill property.Gets the value of the solidFill property.getVert()Gets the value of the vert property.booleanGets the value of the anchorCtr property.voidsetAnchor(STTextAnchoringType value) Sets the value of the anchor property.voidsetAnchorCtr(Boolean value) Sets the value of the anchorCtr property.voidsetBlipFill(CTBlipFillProperties value) Sets the value of the blipFill property.voidSets the value of the cell3D property.voidSets the value of the extLst property.voidSets the value of the gradFill property.voidsetGrpFill(CTGroupFillProperties value) Sets the value of the grpFill property.voidSets 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.voidSets the value of the marB property.voidSets the value of the marL property.voidSets the value of the marR property.voidSets the value of the marT property.voidsetNoFill(CTNoFillProperties value) Sets the value of the noFill property.voidvoidSets the value of the pattFill property.voidSets the value of the solidFill property.voidsetVert(STTextVerticalType value) Sets the value of the vert property.
-
Field Details
-
lnL
-
lnR
-
lnT
-
lnB
-
lnTlToBr
-
lnBlToTr
-
cell3D
-
noFill
-
solidFill
-
gradFill
-
blipFill
-
pattFill
-
grpFill
-
extLst
-
marL
-
marR
-
marT
-
marB
-
vert
-
anchor
-
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
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
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
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
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
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
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-