public class CTTableCell extends Object implements Child
Java class for CT_TableCell complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TableCell">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="txBody" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextBody" minOccurs="0"/>
<element name="tcPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TableCellProperties" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="rowSpan" type="{http://www.w3.org/2001/XMLSchema}int" default="1" />
<attribute name="gridSpan" type="{http://www.w3.org/2001/XMLSchema}int" default="1" />
<attribute name="hMerge" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="vMerge" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTOfficeArtExtensionList |
extLst |
protected Integer |
gridSpan |
protected Boolean |
hMerge |
protected Integer |
rowSpan |
protected CTTableCellProperties |
tcPr |
protected CTTextBody |
txBody |
protected Boolean |
vMerge |
| Constructor and Description |
|---|
CTTableCell() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
int |
getGridSpan()
Gets the value of the gridSpan property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
int |
getRowSpan()
Gets the value of the rowSpan property.
|
CTTableCellProperties |
getTcPr()
Gets the value of the tcPr property.
|
CTTextBody |
getTxBody()
Gets the value of the txBody property.
|
boolean |
isHMerge()
Gets the value of the hMerge property.
|
boolean |
isVMerge()
Gets the value of the vMerge property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setGridSpan(Integer value)
Sets the value of the gridSpan property.
|
void |
setHMerge(Boolean value)
Sets the value of the hMerge property.
|
void |
setParent(Object parent) |
void |
setRowSpan(Integer value)
Sets the value of the rowSpan property.
|
void |
setTcPr(CTTableCellProperties value)
Sets the value of the tcPr property.
|
void |
setTxBody(CTTextBody value)
Sets the value of the txBody property.
|
void |
setVMerge(Boolean value)
Sets the value of the vMerge property.
|
protected CTTextBody txBody
protected CTTableCellProperties tcPr
protected CTOfficeArtExtensionList extLst
protected Integer rowSpan
protected Integer gridSpan
protected Boolean hMerge
protected Boolean vMerge
public CTTextBody getTxBody()
CTTextBodypublic void setTxBody(CTTextBody value)
value - allowed object is
CTTextBodypublic CTTableCellProperties getTcPr()
CTTableCellPropertiespublic void setTcPr(CTTableCellProperties value)
value - allowed object is
CTTableCellPropertiespublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic int getRowSpan()
Integerpublic void setRowSpan(Integer value)
value - allowed object is
Integerpublic int getGridSpan()
Integerpublic void setGridSpan(Integer value)
value - allowed object is
Integerpublic boolean isHMerge()
Booleanpublic void setHMerge(Boolean value)
value - allowed object is
Booleanpublic boolean isVMerge()
Booleanpublic void setVMerge(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.