|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.SlidesEx
@Deprecated public class SlidesEx
Represents a collection of a slides.
Method Summary | |
---|---|
int |
addClone(SlideEx slide)
Deprecated. Adds a copy of a specified slide to the end of the collection. |
int |
addClone(SlideEx slide,
LayoutSlideEx layout)
Deprecated. Adds a copy of a specified slide to the end of the collection. |
int |
addClone(SlideEx slide,
MasterSlideEx master)
Deprecated. Adds a copy of a specified slide to the end of the collection. |
int |
addEmptySlide(LayoutSlideEx layout)
Deprecated. Adds a new empty slide to the end of the collection. |
SlideEx |
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. |
int |
indexOf(SlideEx slide)
Deprecated. Returns an index of the specified slide in the collection. |
void |
insertClone(int index,
SlideEx slide)
Deprecated. Inserts a copy of a specified slide to specified position of the collection. |
void |
insertClone(int index,
SlideEx slide,
LayoutSlideEx layout)
Deprecated. Inserts a copy of a specified slide to specified position of the collection. |
void |
insertClone(int index,
SlideEx slide,
MasterSlideEx master)
Deprecated. Inserts a copy of a specified slide to specified position of the collection. |
void |
insertEmptySlide(int index,
LayoutSlideEx layout)
Deprecated. Inserts a copy of a specified slide to specified position of the collection. |
com.aspose.ms.System.Collections.IEnumerator<SlideEx> |
iterator()
Deprecated. Returns an enumerator for the entire collection. |
void |
remove(SlideEx 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 |
reorder(int index,
SlideEx... slides)
Deprecated. Moves slides from the collection to the specified position. |
void |
reorder(int index,
SlideEx slide)
Deprecated. Moves slide from the collection to the specified position. |
SlideEx[] |
toArray()
Deprecated. Creates and returns an array with all slides in it. |
SlideEx[] |
toArray(int startIndex,
int count)
Deprecated. Creates and returns an array with all slides from the specified range in it. |
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.
public SlideEx get_Item(int index)
Gets the element at the specified index.
Read-only SlideEx
.
public int addClone(SlideEx slide)
Adds a copy of a specified slide to the end of the collection.
slide
- Slide to clone.
AddClone(SlideEx, LayoutSlideEx)
or
AddClone(SlideEx, MasterSlideEx)
for clonning slides and
MasterSlidesEx.AddClone(MasterSlideEx)
for clonning masters.
public void insertClone(int index, SlideEx slide)
Inserts a copy of a specified slide to specified position of the collection.
index
- Index of new slide.slide
- Slide to clone.
InsertClone(int, SlideEx, LayoutSlideEx)
or
InsertClone(int, SlideEx, MasterSlideEx)
for clonning slides and
MasterSlidesEx.AddClone(MasterSlideEx)
for clonning masters.
public int addEmptySlide(LayoutSlideEx layout)
Adds a new empty slide to the end of the collection.
layout
- Layout for a slide.
public void insertEmptySlide(int index, LayoutSlideEx layout)
Inserts a copy of a specified slide to specified position of the collection.
index
- Index of a new slide.layout
- Layout for a slide.public int addClone(SlideEx slide, LayoutSlideEx layout)
Adds a copy of a specified slide to the end of the collection.
slide
- Slide to clone.layout
- Layout slide for a new slide.
public void insertClone(int index, SlideEx slide, LayoutSlideEx layout)
Inserts a copy of a specified slide to specified position of the collection.
index
- Index of new slide.slide
- Slide to clone.layout
- Layout slide for a new slide.public int addClone(SlideEx slide, MasterSlideEx master)
Adds a copy of a specified slide to the end of the collection. Layout will be selected automatically from the specified master.
slide
- Slide to clone.master
- Master slide for a new slide.
public void insertClone(int index, SlideEx slide, MasterSlideEx master)
Inserts a copy of a specified slide to specified position of the collection. Layout will be selected automatically from the specified master.
index
- Index of new slide.slide
- Slide to clone.master
- Master slide for a new slide.public void remove(SlideEx value)
Removes the first occurrence of a specific object from the collection.
value
- The 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 com.aspose.ms.System.Collections.IEnumerator<SlideEx> iterator()
Returns an enumerator for the entire collection.
IEnumerator
for the entire collection.public SlideEx[] toArray()
Creates and returns an array with all slides in it.
SlideEx
public SlideEx[] toArray(int startIndex, int count)
Creates and returns an array with all slides from the specified range in it.
startIndex
- An index of a first slide to add.count
- A number of slides to add.
SlideEx
public void reorder(int index, SlideEx slide)
Moves slide from the collection to the specified position.
index
- Target index.slide
- Slide to move.public void reorder(int index, SlideEx... slides)
Moves slides from the collection to the specified position. Slides will be placed starting from index in order they appear in list.
index
- Target index.slides
- Slides to move.public int indexOf(SlideEx slide)
Returns an index of the specified slide in the collection.
slide
- Slide to find.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |