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>
| Modifier and Type | Field and Description |
|---|---|
protected STTextAnchoringType |
anchor |
protected java.lang.Boolean |
anchorCtr |
protected CTBlipFillProperties |
blipFill |
protected CTCell3D |
cell3D |
protected CTOfficeArtExtensionList |
extLst |
protected CTGradientFillProperties |
gradFill |
protected CTGroupFillProperties |
grpFill |
protected STTextHorzOverflowType |
horzOverflow |
protected CTLineProperties |
lnB |
protected CTLineProperties |
lnBlToTr |
protected CTLineProperties |
lnL |
protected CTLineProperties |
lnR |
protected CTLineProperties |
lnT |
protected CTLineProperties |
lnTlToBr |
protected java.lang.Integer |
marB |
protected java.lang.Integer |
marL |
protected java.lang.Integer |
marR |
protected java.lang.Integer |
marT |
protected CTNoFillProperties |
noFill |
protected CTPatternFillProperties |
pattFill |
protected CTSolidColorFillProperties |
solidFill |
protected STTextVerticalType |
vert |
| Constructor and Description |
|---|
CTTableCellProperties() |
| 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.
|
CTBlipFillProperties |
getBlipFill()
Gets the value of the blipFill property.
|
CTCell3D |
getCell3D()
Gets the value of the cell3D property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTGradientFillProperties |
getGradFill()
Gets the value of the gradFill property.
|
CTGroupFillProperties |
getGrpFill()
Gets the value of the grpFill property.
|
STTextHorzOverflowType |
getHorzOverflow()
Gets the value of the horzOverflow property.
|
CTLineProperties |
getLnB()
Gets the value of the lnB property.
|
CTLineProperties |
getLnBlToTr()
Gets the value of the lnBlToTr property.
|
CTLineProperties |
getLnL()
Gets the value of the lnL property.
|
CTLineProperties |
getLnR()
Gets the value of the lnR property.
|
CTLineProperties |
getLnT()
Gets the value of the lnT property.
|
CTLineProperties |
getLnTlToBr()
Gets the value of the lnTlToBr property.
|
int |
getMarB()
Gets the value of the marB property.
|
int |
getMarL()
Gets the value of the marL property.
|
int |
getMarR()
Gets the value of the marR property.
|
int |
getMarT()
Gets the value of the marT property.
|
CTNoFillProperties |
getNoFill()
Gets the value of the noFill property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPatternFillProperties |
getPattFill()
Gets the value of the pattFill property.
|
CTSolidColorFillProperties |
getSolidFill()
Gets the value of the solidFill property.
|
STTextVerticalType |
getVert()
Gets the value of the vert property.
|
boolean |
isAnchorCtr()
Gets the value of the anchorCtr 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 |
setBlipFill(CTBlipFillProperties value)
Sets the value of the blipFill property.
|
void |
setCell3D(CTCell3D value)
Sets the value of the cell3D property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setGradFill(CTGradientFillProperties value)
Sets the value of the gradFill property.
|
void |
setGrpFill(CTGroupFillProperties value)
Sets the value of the grpFill property.
|
void |
setHorzOverflow(STTextHorzOverflowType value)
Sets the value of the horzOverflow property.
|
void |
setLnB(CTLineProperties value)
Sets the value of the lnB property.
|
void |
setLnBlToTr(CTLineProperties value)
Sets the value of the lnBlToTr property.
|
void |
setLnL(CTLineProperties value)
Sets the value of the lnL property.
|
void |
setLnR(CTLineProperties value)
Sets the value of the lnR property.
|
void |
setLnT(CTLineProperties value)
Sets the value of the lnT property.
|
void |
setLnTlToBr(CTLineProperties value)
Sets the value of the lnTlToBr property.
|
void |
setMarB(java.lang.Integer value)
Sets the value of the marB property.
|
void |
setMarL(java.lang.Integer value)
Sets the value of the marL property.
|
void |
setMarR(java.lang.Integer value)
Sets the value of the marR property.
|
void |
setMarT(java.lang.Integer value)
Sets the value of the marT property.
|
void |
setNoFill(CTNoFillProperties value)
Sets the value of the noFill property.
|
void |
setParent(java.lang.Object parent) |
void |
setPattFill(CTPatternFillProperties value)
Sets the value of the pattFill property.
|
void |
setSolidFill(CTSolidColorFillProperties value)
Sets the value of the solidFill property.
|
void |
setVert(STTextVerticalType value)
Sets the value of the vert property.
|
protected CTLineProperties lnL
protected CTLineProperties lnR
protected CTLineProperties lnT
protected CTLineProperties lnB
protected CTLineProperties lnTlToBr
protected CTLineProperties lnBlToTr
protected CTCell3D cell3D
protected CTNoFillProperties noFill
protected CTSolidColorFillProperties solidFill
protected CTGradientFillProperties gradFill
protected CTBlipFillProperties blipFill
protected CTPatternFillProperties pattFill
protected CTGroupFillProperties grpFill
protected CTOfficeArtExtensionList extLst
protected java.lang.Integer marL
protected java.lang.Integer marR
protected java.lang.Integer marT
protected java.lang.Integer marB
protected STTextVerticalType vert
protected STTextAnchoringType anchor
protected java.lang.Boolean anchorCtr
protected STTextHorzOverflowType horzOverflow
public CTLineProperties getLnL()
CTLinePropertiespublic void setLnL(CTLineProperties value)
value - allowed object is
CTLinePropertiespublic CTLineProperties getLnR()
CTLinePropertiespublic void setLnR(CTLineProperties value)
value - allowed object is
CTLinePropertiespublic CTLineProperties getLnT()
CTLinePropertiespublic void setLnT(CTLineProperties value)
value - allowed object is
CTLinePropertiespublic CTLineProperties getLnB()
CTLinePropertiespublic void setLnB(CTLineProperties value)
value - allowed object is
CTLinePropertiespublic CTLineProperties getLnTlToBr()
CTLinePropertiespublic void setLnTlToBr(CTLineProperties value)
value - allowed object is
CTLinePropertiespublic CTLineProperties getLnBlToTr()
CTLinePropertiespublic void setLnBlToTr(CTLineProperties value)
value - allowed object is
CTLinePropertiespublic CTCell3D getCell3D()
CTCell3Dpublic void setCell3D(CTCell3D value)
value - allowed object is
CTCell3Dpublic CTNoFillProperties getNoFill()
CTNoFillPropertiespublic void setNoFill(CTNoFillProperties value)
value - allowed object is
CTNoFillPropertiespublic CTSolidColorFillProperties getSolidFill()
CTSolidColorFillPropertiespublic void setSolidFill(CTSolidColorFillProperties value)
value - allowed object is
CTSolidColorFillPropertiespublic CTGradientFillProperties getGradFill()
CTGradientFillPropertiespublic void setGradFill(CTGradientFillProperties value)
value - allowed object is
CTGradientFillPropertiespublic CTBlipFillProperties getBlipFill()
CTBlipFillPropertiespublic void setBlipFill(CTBlipFillProperties value)
value - allowed object is
CTBlipFillPropertiespublic CTPatternFillProperties getPattFill()
CTPatternFillPropertiespublic void setPattFill(CTPatternFillProperties value)
value - allowed object is
CTPatternFillPropertiespublic CTGroupFillProperties getGrpFill()
CTGroupFillPropertiespublic void setGrpFill(CTGroupFillProperties value)
value - allowed object is
CTGroupFillPropertiespublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic int getMarL()
Integerpublic void setMarL(java.lang.Integer value)
value - allowed object is
Integerpublic int getMarR()
Integerpublic void setMarR(java.lang.Integer value)
value - allowed object is
Integerpublic int getMarT()
Integerpublic void setMarT(java.lang.Integer value)
value - allowed object is
Integerpublic int getMarB()
Integerpublic void setMarB(java.lang.Integer value)
value - allowed object is
Integerpublic STTextVerticalType getVert()
STTextVerticalTypepublic void setVert(STTextVerticalType value)
value - allowed object is
STTextVerticalTypepublic STTextAnchoringType getAnchor()
STTextAnchoringTypepublic void setAnchor(STTextAnchoringType value)
value - allowed object is
STTextAnchoringTypepublic boolean isAnchorCtr()
Booleanpublic void setAnchorCtr(java.lang.Boolean value)
value - allowed object is
Booleanpublic STTextHorzOverflowType getHorzOverflow()
STTextHorzOverflowTypepublic void setHorzOverflow(STTextHorzOverflowType value)
value - allowed object is
STTextHorzOverflowTypepublic 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.