Interface CTTableCell
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTTableCell extends XmlObject
An XML CT_TableCell(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTTableCell.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTOfficeArtExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTTableCellPropertiesaddNewTcPr()Appends and returns a new empty "tcPr" elementCTTextBodyaddNewTxBody()Appends and returns a new empty "txBody" elementCTOfficeArtExtensionListgetExtLst()Gets the "extLst" elementintgetGridSpan()Gets the "gridSpan" attributebooleangetHMerge()Gets the "hMerge" attributeintgetRowSpan()Gets the "rowSpan" attributeCTTableCellPropertiesgetTcPr()Gets the "tcPr" elementCTTextBodygetTxBody()Gets the "txBody" elementbooleangetVMerge()Gets the "vMerge" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetGridSpan()True if has "gridSpan" attributebooleanisSetHMerge()True if has "hMerge" attributebooleanisSetRowSpan()True if has "rowSpan" attributebooleanisSetTcPr()True if has "tcPr" elementbooleanisSetTxBody()True if has "txBody" elementbooleanisSetVMerge()True if has "vMerge" attributevoidsetExtLst(CTOfficeArtExtensionList extLst)Sets the "extLst" elementvoidsetGridSpan(int gridSpan)Sets the "gridSpan" attributevoidsetHMerge(boolean hMerge)Sets the "hMerge" attributevoidsetRowSpan(int rowSpan)Sets the "rowSpan" attributevoidsetTcPr(CTTableCellProperties tcPr)Sets the "tcPr" elementvoidsetTxBody(CTTextBody txBody)Sets the "txBody" elementvoidsetVMerge(boolean vMerge)Sets the "vMerge" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetGridSpan()Unsets the "gridSpan" attributevoidunsetHMerge()Unsets the "hMerge" attributevoidunsetRowSpan()Unsets the "rowSpan" attributevoidunsetTcPr()Unsets the "tcPr" elementvoidunsetTxBody()Unsets the "txBody" elementvoidunsetVMerge()Unsets the "vMerge" attributeXmlIntxgetGridSpan()Gets (as xml) the "gridSpan" attributeXmlBooleanxgetHMerge()Gets (as xml) the "hMerge" attributeXmlIntxgetRowSpan()Gets (as xml) the "rowSpan" attributeXmlBooleanxgetVMerge()Gets (as xml) the "vMerge" attributevoidxsetGridSpan(XmlInt gridSpan)Sets (as xml) the "gridSpan" attributevoidxsetHMerge(XmlBoolean hMerge)Sets (as xml) the "hMerge" attributevoidxsetRowSpan(XmlInt rowSpan)Sets (as xml) the "rowSpan" attributevoidxsetVMerge(XmlBoolean vMerge)Sets (as xml) the "vMerge" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getTxBody
CTTextBody getTxBody()
Gets the "txBody" element
-
isSetTxBody
boolean isSetTxBody()
True if has "txBody" element
-
setTxBody
void setTxBody(CTTextBody txBody)
Sets the "txBody" element
-
addNewTxBody
CTTextBody addNewTxBody()
Appends and returns a new empty "txBody" element
-
unsetTxBody
void unsetTxBody()
Unsets the "txBody" element
-
getTcPr
CTTableCellProperties getTcPr()
Gets the "tcPr" element
-
isSetTcPr
boolean isSetTcPr()
True if has "tcPr" element
-
setTcPr
void setTcPr(CTTableCellProperties tcPr)
Sets the "tcPr" element
-
addNewTcPr
CTTableCellProperties addNewTcPr()
Appends and returns a new empty "tcPr" element
-
unsetTcPr
void unsetTcPr()
Unsets the "tcPr" element
-
getExtLst
CTOfficeArtExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTOfficeArtExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getRowSpan
int getRowSpan()
Gets the "rowSpan" attribute
-
xgetRowSpan
XmlInt xgetRowSpan()
Gets (as xml) the "rowSpan" attribute
-
isSetRowSpan
boolean isSetRowSpan()
True if has "rowSpan" attribute
-
setRowSpan
void setRowSpan(int rowSpan)
Sets the "rowSpan" attribute
-
xsetRowSpan
void xsetRowSpan(XmlInt rowSpan)
Sets (as xml) the "rowSpan" attribute
-
unsetRowSpan
void unsetRowSpan()
Unsets the "rowSpan" attribute
-
getGridSpan
int getGridSpan()
Gets the "gridSpan" attribute
-
xgetGridSpan
XmlInt xgetGridSpan()
Gets (as xml) the "gridSpan" attribute
-
isSetGridSpan
boolean isSetGridSpan()
True if has "gridSpan" attribute
-
setGridSpan
void setGridSpan(int gridSpan)
Sets the "gridSpan" attribute
-
xsetGridSpan
void xsetGridSpan(XmlInt gridSpan)
Sets (as xml) the "gridSpan" attribute
-
unsetGridSpan
void unsetGridSpan()
Unsets the "gridSpan" attribute
-
getHMerge
boolean getHMerge()
Gets the "hMerge" attribute
-
xgetHMerge
XmlBoolean xgetHMerge()
Gets (as xml) the "hMerge" attribute
-
isSetHMerge
boolean isSetHMerge()
True if has "hMerge" attribute
-
setHMerge
void setHMerge(boolean hMerge)
Sets the "hMerge" attribute
-
xsetHMerge
void xsetHMerge(XmlBoolean hMerge)
Sets (as xml) the "hMerge" attribute
-
unsetHMerge
void unsetHMerge()
Unsets the "hMerge" attribute
-
getVMerge
boolean getVMerge()
Gets the "vMerge" attribute
-
xgetVMerge
XmlBoolean xgetVMerge()
Gets (as xml) the "vMerge" attribute
-
isSetVMerge
boolean isSetVMerge()
True if has "vMerge" attribute
-
setVMerge
void setVMerge(boolean vMerge)
Sets the "vMerge" attribute
-
xsetVMerge
void xsetVMerge(XmlBoolean vMerge)
Sets (as xml) the "vMerge" attribute
-
unsetVMerge
void unsetVMerge()
Unsets the "vMerge" attribute
-
-