public interface CTTableCell extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTTableCell.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTOfficeArtExtensionList |
addNewExtLst()
Appends and returns a new empty "extLst" element
|
CTTableCellProperties |
addNewTcPr()
Appends and returns a new empty "tcPr" element
|
CTTextBody |
addNewTxBody()
Appends and returns a new empty "txBody" element
|
CTOfficeArtExtensionList |
getExtLst()
Gets the "extLst" element
|
int |
getGridSpan()
Gets the "gridSpan" attribute
|
boolean |
getHMerge()
Gets the "hMerge" attribute
|
int |
getRowSpan()
Gets the "rowSpan" attribute
|
CTTableCellProperties |
getTcPr()
Gets the "tcPr" element
|
CTTextBody |
getTxBody()
Gets the "txBody" element
|
boolean |
getVMerge()
Gets the "vMerge" attribute
|
boolean |
isSetExtLst()
True if has "extLst" element
|
boolean |
isSetGridSpan()
True if has "gridSpan" attribute
|
boolean |
isSetHMerge()
True if has "hMerge" attribute
|
boolean |
isSetRowSpan()
True if has "rowSpan" attribute
|
boolean |
isSetTcPr()
True if has "tcPr" element
|
boolean |
isSetTxBody()
True if has "txBody" element
|
boolean |
isSetVMerge()
True if has "vMerge" attribute
|
void |
setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" element
|
void |
setGridSpan(int gridSpan)
Sets the "gridSpan" attribute
|
void |
setHMerge(boolean hMerge)
Sets the "hMerge" attribute
|
void |
setRowSpan(int rowSpan)
Sets the "rowSpan" attribute
|
void |
setTcPr(CTTableCellProperties tcPr)
Sets the "tcPr" element
|
void |
setTxBody(CTTextBody txBody)
Sets the "txBody" element
|
void |
setVMerge(boolean vMerge)
Sets the "vMerge" attribute
|
void |
unsetExtLst()
Unsets the "extLst" element
|
void |
unsetGridSpan()
Unsets the "gridSpan" attribute
|
void |
unsetHMerge()
Unsets the "hMerge" attribute
|
void |
unsetRowSpan()
Unsets the "rowSpan" attribute
|
void |
unsetTcPr()
Unsets the "tcPr" element
|
void |
unsetTxBody()
Unsets the "txBody" element
|
void |
unsetVMerge()
Unsets the "vMerge" attribute
|
XmlInt |
xgetGridSpan()
Gets (as xml) the "gridSpan" attribute
|
XmlBoolean |
xgetHMerge()
Gets (as xml) the "hMerge" attribute
|
XmlInt |
xgetRowSpan()
Gets (as xml) the "rowSpan" attribute
|
XmlBoolean |
xgetVMerge()
Gets (as xml) the "vMerge" attribute
|
void |
xsetGridSpan(XmlInt gridSpan)
Sets (as xml) the "gridSpan" attribute
|
void |
xsetHMerge(XmlBoolean hMerge)
Sets (as xml) the "hMerge" attribute
|
void |
xsetRowSpan(XmlInt rowSpan)
Sets (as xml) the "rowSpan" attribute
|
void |
xsetVMerge(XmlBoolean vMerge)
Sets (as xml) the "vMerge" attribute
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
CTTextBody getTxBody()
boolean isSetTxBody()
void setTxBody(CTTextBody txBody)
CTTextBody addNewTxBody()
void unsetTxBody()
CTTableCellProperties getTcPr()
boolean isSetTcPr()
void setTcPr(CTTableCellProperties tcPr)
CTTableCellProperties addNewTcPr()
void unsetTcPr()
CTOfficeArtExtensionList getExtLst()
boolean isSetExtLst()
void setExtLst(CTOfficeArtExtensionList extLst)
CTOfficeArtExtensionList addNewExtLst()
void unsetExtLst()
int getRowSpan()
XmlInt xgetRowSpan()
boolean isSetRowSpan()
void setRowSpan(int rowSpan)
void xsetRowSpan(XmlInt rowSpan)
void unsetRowSpan()
int getGridSpan()
XmlInt xgetGridSpan()
boolean isSetGridSpan()
void setGridSpan(int gridSpan)
void xsetGridSpan(XmlInt gridSpan)
void unsetGridSpan()
boolean getHMerge()
XmlBoolean xgetHMerge()
boolean isSetHMerge()
void setHMerge(boolean hMerge)
void xsetHMerge(XmlBoolean hMerge)
void unsetHMerge()
boolean getVMerge()
XmlBoolean xgetVMerge()
boolean isSetVMerge()
void setVMerge(boolean vMerge)
void xsetVMerge(XmlBoolean vMerge)
void unsetVMerge()
Copyright © 2010 - 2020 Adobe. All Rights Reserved