Interface CTSlideMasterIdList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_SlideMasterIdList(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTSlideMasterIdList> 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 "sldMasterId" elementGets array of all "sldMasterId" elementsgetSldMasterIdArray(int i) Gets ith "sldMasterId" elementGets a List of "sldMasterId" elementsinsertNewSldMasterId(int i) Inserts and returns a new empty value (as xml) as the ith "sldMasterId" elementvoidremoveSldMasterId(int i) Removes the ith "sldMasterId" elementvoidsetSldMasterIdArray(int i, CTSlideMasterIdListEntry sldMasterId) Sets ith "sldMasterId" elementvoidsetSldMasterIdArray(CTSlideMasterIdListEntry[] sldMasterIdArray) Sets array of all "sldMasterId" elementintReturns number of "sldMasterId" 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
-
getSldMasterIdList
List<CTSlideMasterIdListEntry> getSldMasterIdList()Gets a List of "sldMasterId" elements -
getSldMasterIdArray
CTSlideMasterIdListEntry[] getSldMasterIdArray()Gets array of all "sldMasterId" elements -
getSldMasterIdArray
Gets ith "sldMasterId" element -
sizeOfSldMasterIdArray
int sizeOfSldMasterIdArray()Returns number of "sldMasterId" element -
setSldMasterIdArray
Sets array of all "sldMasterId" element -
setSldMasterIdArray
Sets ith "sldMasterId" element -
insertNewSldMasterId
Inserts and returns a new empty value (as xml) as the ith "sldMasterId" element -
addNewSldMasterId
CTSlideMasterIdListEntry addNewSldMasterId()Appends and returns a new empty value (as xml) as the last "sldMasterId" element -
removeSldMasterId
void removeSldMasterId(int i) Removes the ith "sldMasterId" element
-