Interface CTSlideMasterIdList
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTSlideMasterIdList extends XmlObject
An XML CT_SlideMasterIdList(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTSlideMasterIdList.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CTSlideMasterIdListEntryaddNewSldMasterId()Appends and returns a new empty value (as xml) as the last "sldMasterId" elementCTSlideMasterIdListEntry[]getSldMasterIdArray()Deprecated.CTSlideMasterIdListEntrygetSldMasterIdArray(int i)Gets ith "sldMasterId" elementjava.util.List<CTSlideMasterIdListEntry>getSldMasterIdList()Gets a List of "sldMasterId" elementsCTSlideMasterIdListEntryinsertNewSldMasterId(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" elementintsizeOfSldMasterIdArray()Returns number of "sldMasterId" element-
Methods 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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getSldMasterIdList
java.util.List<CTSlideMasterIdListEntry> getSldMasterIdList()
Gets a List of "sldMasterId" elements
-
getSldMasterIdArray
@Deprecated CTSlideMasterIdListEntry[] getSldMasterIdArray()
Deprecated.Gets array of all "sldMasterId" elements
-
getSldMasterIdArray
CTSlideMasterIdListEntry getSldMasterIdArray(int i)
Gets ith "sldMasterId" element
-
sizeOfSldMasterIdArray
int sizeOfSldMasterIdArray()
Returns number of "sldMasterId" element
-
setSldMasterIdArray
void setSldMasterIdArray(CTSlideMasterIdListEntry[] sldMasterIdArray)
Sets array of all "sldMasterId" element
-
setSldMasterIdArray
void setSldMasterIdArray(int i, CTSlideMasterIdListEntry sldMasterId)Sets ith "sldMasterId" element
-
insertNewSldMasterId
CTSlideMasterIdListEntry insertNewSldMasterId(int i)
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
-
-