public class CTTableStyleCellStyle extends java.lang.Object implements Child
Java class for CT_TableStyleCellStyle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TableStyleCellStyle">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tcBdr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TableCellBorderStyle" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ThemeableFillStyle" minOccurs="0"/>
<element name="cell3D" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Cell3D" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTCell3D |
cell3D |
protected CTFillProperties |
fill |
protected CTStyleMatrixReference |
fillRef |
protected CTTableCellBorderStyle |
tcBdr |
| Constructor and Description |
|---|
CTTableStyleCellStyle() |
| 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.
|
CTCell3D |
getCell3D()
Gets the value of the cell3D property.
|
CTFillProperties |
getFill()
Gets the value of the fill property.
|
CTStyleMatrixReference |
getFillRef()
Gets the value of the fillRef property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTTableCellBorderStyle |
getTcBdr()
Gets the value of the tcBdr property.
|
void |
setCell3D(CTCell3D value)
Sets the value of the cell3D property.
|
void |
setFill(CTFillProperties value)
Sets the value of the fill property.
|
void |
setFillRef(CTStyleMatrixReference value)
Sets the value of the fillRef property.
|
void |
setParent(java.lang.Object parent) |
void |
setTcBdr(CTTableCellBorderStyle value)
Sets the value of the tcBdr property.
|
protected CTTableCellBorderStyle tcBdr
protected CTFillProperties fill
protected CTStyleMatrixReference fillRef
protected CTCell3D cell3D
public CTTableCellBorderStyle getTcBdr()
CTTableCellBorderStylepublic void setTcBdr(CTTableCellBorderStyle value)
value - allowed object is
CTTableCellBorderStylepublic CTFillProperties getFill()
CTFillPropertiespublic void setFill(CTFillProperties value)
value - allowed object is
CTFillPropertiespublic CTStyleMatrixReference getFillRef()
CTStyleMatrixReferencepublic void setFillRef(CTStyleMatrixReference value)
value - allowed object is
CTStyleMatrixReferencepublic CTCell3D getCell3D()
CTCell3Dpublic void setCell3D(CTCell3D value)
value - allowed object is
CTCell3Dpublic 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.