Interface CTTable
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Table(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "tblGrid" elementAppends and returns a new empty "tblPr" elementaddNewTr()Appends and returns a new empty value (as xml) as the last "tr" elementGets the "tblGrid" elementgetTblPr()Gets the "tblPr" elementGets array of all "tr" elementsgetTrArray(int i) Gets ith "tr" elementGets a List of "tr" elementsinsertNewTr(int i) Inserts and returns a new empty value (as xml) as the ith "tr" elementbooleanTrue if has "tblPr" elementvoidremoveTr(int i) Removes the ith "tr" elementvoidsetTblGrid(CTTableGrid tblGrid) Sets the "tblGrid" elementvoidsetTblPr(CTTableProperties tblPr) Sets the "tblPr" elementvoidsetTrArray(int i, CTTableRow tr) Sets ith "tr" elementvoidsetTrArray(CTTableRow[] trArray) Sets array of all "tr" elementintReturns number of "tr" elementvoidUnsets the "tblPr" elementMethods 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
-
getTblPr
CTTableProperties getTblPr()Gets the "tblPr" element -
isSetTblPr
boolean isSetTblPr()True if has "tblPr" element -
setTblPr
Sets the "tblPr" element -
addNewTblPr
CTTableProperties addNewTblPr()Appends and returns a new empty "tblPr" element -
unsetTblPr
void unsetTblPr()Unsets the "tblPr" element -
getTblGrid
CTTableGrid getTblGrid()Gets the "tblGrid" element -
setTblGrid
Sets the "tblGrid" element -
addNewTblGrid
CTTableGrid addNewTblGrid()Appends and returns a new empty "tblGrid" element -
getTrList
List<CTTableRow> getTrList()Gets a List of "tr" elements -
getTrArray
CTTableRow[] getTrArray()Gets array of all "tr" elements -
getTrArray
Gets ith "tr" element -
sizeOfTrArray
int sizeOfTrArray()Returns number of "tr" element -
setTrArray
Sets array of all "tr" element -
setTrArray
Sets ith "tr" element -
insertNewTr
Inserts and returns a new empty value (as xml) as the ith "tr" element -
addNewTr
CTTableRow addNewTr()Appends and returns a new empty value (as xml) as the last "tr" element -
removeTr
void removeTr(int i) Removes the ith "tr" element
-