Interface CTTblGridBase
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Subinterfaces:
CTTblGrid
An XML CT_TblGridBase(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTblGridBase> 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, CTTblGridCol gridCol) Sets ith "gridCol" elementvoidsetGridColArray(CTTblGridCol[] 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<CTTblGridCol> getGridColList()Gets a List of "gridCol" elements -
getGridColArray
CTTblGridCol[] 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
CTTblGridCol 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
-