public interface CTSlideIdList extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTSlideIdList.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTSlideIdListEntry |
addNewSldId()
Appends and returns a new empty value (as xml) as the last "sldId" element
|
CTSlideIdListEntry[] |
getSldIdArray()
Deprecated.
|
CTSlideIdListEntry |
getSldIdArray(int i)
Gets ith "sldId" element
|
List<CTSlideIdListEntry> |
getSldIdList()
Gets a List of "sldId" elements
|
CTSlideIdListEntry |
insertNewSldId(int i)
Inserts and returns a new empty value (as xml) as the ith "sldId" element
|
void |
removeSldId(int i)
Removes the ith "sldId" element
|
void |
setSldIdArray(CTSlideIdListEntry[] sldIdArray)
Sets array of all "sldId" element
|
void |
setSldIdArray(int i,
CTSlideIdListEntry sldId)
Sets ith "sldId" element
|
int |
sizeOfSldIdArray()
Returns number of "sldId" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
List<CTSlideIdListEntry> getSldIdList()
@Deprecated CTSlideIdListEntry[] getSldIdArray()
CTSlideIdListEntry getSldIdArray(int i)
int sizeOfSldIdArray()
void setSldIdArray(CTSlideIdListEntry[] sldIdArray)
void setSldIdArray(int i,
CTSlideIdListEntry sldId)
CTSlideIdListEntry insertNewSldId(int i)
CTSlideIdListEntry addNewSldId()
void removeSldId(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved