Interface CTOutlineViewSlideList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_OutlineViewSlideList(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTOutlineViewSlideList> 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 "sld" elementGets array of all "sld" elementsgetSldArray(int i) Gets ith "sld" elementGets a List of "sld" elementsinsertNewSld(int i) Inserts and returns a new empty value (as xml) as the ith "sld" elementvoidremoveSld(int i) Removes the ith "sld" elementvoidsetSldArray(int i, CTOutlineViewSlideEntry sld) Sets ith "sld" elementvoidsetSldArray(CTOutlineViewSlideEntry[] sldArray) Sets array of all "sld" elementintReturns number of "sld" 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
-
getSldList
List<CTOutlineViewSlideEntry> getSldList()Gets a List of "sld" elements -
getSldArray
CTOutlineViewSlideEntry[] getSldArray()Gets array of all "sld" elements -
getSldArray
Gets ith "sld" element -
sizeOfSldArray
int sizeOfSldArray()Returns number of "sld" element -
setSldArray
Sets array of all "sld" element -
setSldArray
Sets ith "sld" element -
insertNewSld
Inserts and returns a new empty value (as xml) as the ith "sld" element -
addNewSld
CTOutlineViewSlideEntry addNewSld()Appends and returns a new empty value (as xml) as the last "sld" element -
removeSld
void removeSld(int i) Removes the ith "sld" element
-