Interface CTTableGrid
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TableGrid(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTableGrid> 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 value (as xml) as the last "gridCol" elementGets array of all "gridCol" elementsgetGridColArray(int i) Gets ith "gridCol" elementGets a List of "gridCol" elementsinsertNewGridCol(int i) Inserts and returns a new empty value (as xml) as the ith "gridCol" elementvoidremoveGridCol(int i) Removes the ith "gridCol" elementvoidsetGridColArray(int i, CTTableCol gridCol) Sets ith "gridCol" elementvoidsetGridColArray(CTTableCol[] gridColArray) Sets array of all "gridCol" elementintReturns number of "gridCol" 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
-
getGridColList
List<CTTableCol> getGridColList()Gets a List of "gridCol" elements -
getGridColArray
CTTableCol[] getGridColArray()Gets array of all "gridCol" elements -
getGridColArray
Gets ith "gridCol" element -
sizeOfGridColArray
int sizeOfGridColArray()Returns number of "gridCol" element -
setGridColArray
Sets array of all "gridCol" element -
setGridColArray
Sets ith "gridCol" element -
insertNewGridCol
Inserts and returns a new empty value (as xml) as the ith "gridCol" element -
addNewGridCol
CTTableCol addNewGridCol()Appends and returns a new empty value (as xml) as the last "gridCol" element -
removeGridCol
void removeGridCol(int i) Removes the ith "gridCol" element
-