Interface CTSlideLayoutIdList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_SlideLayoutIdList(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTSlideLayoutIdList> 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 "sldLayoutId" elementGets array of all "sldLayoutId" elementsgetSldLayoutIdArray(int i) Gets ith "sldLayoutId" elementGets a List of "sldLayoutId" elementsinsertNewSldLayoutId(int i) Inserts and returns a new empty value (as xml) as the ith "sldLayoutId" elementvoidremoveSldLayoutId(int i) Removes the ith "sldLayoutId" elementvoidsetSldLayoutIdArray(int i, CTSlideLayoutIdListEntry sldLayoutId) Sets ith "sldLayoutId" elementvoidsetSldLayoutIdArray(CTSlideLayoutIdListEntry[] sldLayoutIdArray) Sets array of all "sldLayoutId" elementintReturns number of "sldLayoutId" 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
-
getSldLayoutIdList
List<CTSlideLayoutIdListEntry> getSldLayoutIdList()Gets a List of "sldLayoutId" elements -
getSldLayoutIdArray
CTSlideLayoutIdListEntry[] getSldLayoutIdArray()Gets array of all "sldLayoutId" elements -
getSldLayoutIdArray
Gets ith "sldLayoutId" element -
sizeOfSldLayoutIdArray
int sizeOfSldLayoutIdArray()Returns number of "sldLayoutId" element -
setSldLayoutIdArray
Sets array of all "sldLayoutId" element -
setSldLayoutIdArray
Sets ith "sldLayoutId" element -
insertNewSldLayoutId
Inserts and returns a new empty value (as xml) as the ith "sldLayoutId" element -
addNewSldLayoutId
CTSlideLayoutIdListEntry addNewSldLayoutId()Appends and returns a new empty value (as xml) as the last "sldLayoutId" element -
removeSldLayoutId
void removeSldLayoutId(int i) Removes the ith "sldLayoutId" element
-