public class CTTableCell extends Object
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 |
---|---|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
int |
getGridSpan()
Gets the value of the gridSpan property.
|
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 |
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()
CTTextBody
public void setTxBody(CTTextBody value)
value
- allowed object is
CTTextBody
public CTTableCellProperties getTcPr()
CTTableCellProperties
public void setTcPr(CTTableCellProperties value)
value
- allowed object is
CTTableCellProperties
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionList
public void setExtLst(CTOfficeArtExtensionList value)
value
- allowed object is
CTOfficeArtExtensionList
public int getRowSpan()
Integer
public void setRowSpan(Integer value)
value
- allowed object is
Integer
public int getGridSpan()
Integer
public void setGridSpan(Integer value)
value
- allowed object is
Integer
public boolean isHMerge()
Boolean
public void setHMerge(Boolean value)
value
- allowed object is
Boolean
public boolean isVMerge()
Boolean
Copyright © 2007-2019. All Rights Reserved.