|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.MasterSlidesEx
@Deprecated public class MasterSlidesEx
Represents a collection of master slides.
Method Summary | |
---|---|
int |
addClone(MasterSlideEx slide)
Deprecated. Adds a copy of a specified slide to the end of the collection. |
MasterSlideEx |
get_Item(int index)
Deprecated. Gets the element at the specified index. |
int |
getCount()
Deprecated. Gets the number of elements actually contained in the collection. |
void |
insertClone(int index,
MasterSlideEx slide)
Deprecated. Inserts a copy of a specified slide to specified position of the collection. |
com.aspose.ms.System.Collections.IEnumerator<MasterSlideEx> |
iterator()
Deprecated. Returns an enumerator for the entire collection. |
void |
remove(MasterSlideEx value)
Deprecated. Removes the first occurrence of a specific object from the collection. |
void |
removeAt(int index)
Deprecated. Removes the element at the specified index of the collection. |
void |
removeUnused(boolean ignorePreserveField)
Deprecated. Removes unused master slides. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getCount()
Gets the number of elements actually contained in the collection.
Read-only int
.
public MasterSlideEx get_Item(int index)
Gets the element at the specified index.
Read-only MasterSlideEx
.
public void remove(MasterSlideEx value)
Removes the first occurrence of a specific object from the collection.
value
- The master slide to remove from the collection.public void removeAt(int index)
Removes the element at the specified index of the collection.
index
- The zero-based index of the element to remove.public void removeUnused(boolean ignorePreserveField)
Removes unused master slides.
ignorePreserveField
- Determines, whether this method should remove unused master even if its MasterSlideEx.Preserve
property is set to true.public int addClone(MasterSlideEx slide)
Adds a copy of a specified slide to the end of the collection. Linked layout slides will be copied too.
slide
- Slide to clone.
public void insertClone(int index, MasterSlideEx slide)
Inserts a copy of a specified slide to specified position of the collection. Linked layout slides will be copied too.
index
- Index of new slide.slide
- Slide to clone.public com.aspose.ms.System.Collections.IEnumerator<MasterSlideEx> iterator()
Returns an enumerator for the entire collection.
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |