Interface CTTableCell
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TableCell(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTableCell> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "extLst" elementAppends and returns a new empty "tcPr" elementAppends and returns a new empty "txBody" elementGets the "extLst" elementintGets the "gridSpan" attributebooleanGets the "hMerge" attributegetId()Gets the "id" attributeintGets the "rowSpan" attributegetTcPr()Gets the "tcPr" elementGets the "txBody" elementbooleanGets the "vMerge" attributebooleanTrue if has "extLst" elementbooleanTrue if has "gridSpan" attributebooleanTrue if has "hMerge" attributebooleanisSetId()True if has "id" attributebooleanTrue if has "rowSpan" attributebooleanTrue if has "tcPr" elementbooleanTrue if has "txBody" elementbooleanTrue if has "vMerge" attributevoidsetExtLst(CTOfficeArtExtensionList extLst) Sets the "extLst" elementvoidsetGridSpan(int gridSpan) Sets the "gridSpan" attributevoidsetHMerge(boolean hMerge) Sets the "hMerge" attributevoidSets the "id" attributevoidsetRowSpan(int rowSpan) Sets the "rowSpan" attributevoidsetTcPr(CTTableCellProperties tcPr) Sets the "tcPr" elementvoidsetTxBody(CTTextBody txBody) Sets the "txBody" elementvoidsetVMerge(boolean vMerge) Sets the "vMerge" attributevoidUnsets the "extLst" elementvoidUnsets the "gridSpan" attributevoidUnsets the "hMerge" attributevoidunsetId()Unsets the "id" attributevoidUnsets the "rowSpan" attributevoidUnsets the "tcPr" elementvoidUnsets the "txBody" elementvoidUnsets the "vMerge" attributeGets (as xml) the "gridSpan" attributeGets (as xml) the "hMerge" attributexgetId()Gets (as xml) the "id" attributeGets (as xml) the "rowSpan" attributeGets (as xml) the "vMerge" attributevoidxsetGridSpan(XmlInt gridSpan) Sets (as xml) the "gridSpan" attributevoidxsetHMerge(XmlBoolean hMerge) Sets (as xml) the "hMerge" attributevoidSets (as xml) the "id" attributevoidxsetRowSpan(XmlInt rowSpan) Sets (as xml) the "rowSpan" attributevoidxsetVMerge(XmlBoolean vMerge) Sets (as xml) the "vMerge" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getTxBody
CTTextBody getTxBody()Gets the "txBody" element -
isSetTxBody
boolean isSetTxBody()True if has "txBody" element -
setTxBody
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
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
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
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
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
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
Sets (as xml) the "vMerge" attribute -
unsetVMerge
void unsetVMerge()Unsets the "vMerge" attribute -
getId
String getId()Gets the "id" attribute -
xgetId
XmlString xgetId()Gets (as xml) the "id" attribute -
isSetId
boolean isSetId()True if has "id" attribute -
setId
Sets the "id" attribute -
xsetId
Sets (as xml) the "id" attribute -
unsetId
void unsetId()Unsets the "id" attribute
-