Interface CTControls
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Controls(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTControls> 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 "control" elementGets array of all "control" elementsgetControlArray(int i) Gets ith "control" elementGets a List of "control" elementsinsertNewControl(int i) Inserts and returns a new empty value (as xml) as the ith "control" elementvoidremoveControl(int i) Removes the ith "control" elementvoidsetControlArray(int i, CTControl control) Sets ith "control" elementvoidsetControlArray(CTControl[] controlArray) Sets array of all "control" elementintReturns number of "control" 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
-
getControlList
Gets a List of "control" elements -
getControlArray
CTControl[] getControlArray()Gets array of all "control" elements -
getControlArray
Gets ith "control" element -
sizeOfControlArray
int sizeOfControlArray()Returns number of "control" element -
setControlArray
Sets array of all "control" element -
setControlArray
Sets ith "control" element -
insertNewControl
Inserts and returns a new empty value (as xml) as the ith "control" element -
addNewControl
CTControl addNewControl()Appends and returns a new empty value (as xml) as the last "control" element -
removeControl
void removeControl(int i) Removes the ith "control" element
-