Interface CTOleObjects
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_OleObjects(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTOleObjects> 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 "oleObject" elementGets array of all "oleObject" elementsgetOleObjectArray(int i) Gets ith "oleObject" elementGets a List of "oleObject" elementsinsertNewOleObject(int i) Inserts and returns a new empty value (as xml) as the ith "oleObject" elementvoidremoveOleObject(int i) Removes the ith "oleObject" elementvoidsetOleObjectArray(int i, CTOleObject oleObject) Sets ith "oleObject" elementvoidsetOleObjectArray(CTOleObject[] oleObjectArray) Sets array of all "oleObject" elementintReturns number of "oleObject" 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
-
getOleObjectList
List<CTOleObject> getOleObjectList()Gets a List of "oleObject" elements -
getOleObjectArray
CTOleObject[] getOleObjectArray()Gets array of all "oleObject" elements -
getOleObjectArray
Gets ith "oleObject" element -
sizeOfOleObjectArray
int sizeOfOleObjectArray()Returns number of "oleObject" element -
setOleObjectArray
Sets array of all "oleObject" element -
setOleObjectArray
Sets ith "oleObject" element -
insertNewOleObject
Inserts and returns a new empty value (as xml) as the ith "oleObject" element -
addNewOleObject
CTOleObject addNewOleObject()Appends and returns a new empty value (as xml) as the last "oleObject" element -
removeOleObject
void removeOleObject(int i) Removes the ith "oleObject" element
-