|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.LayoutSlidesEx
@Deprecated public class LayoutSlidesEx
Represents a collection of a layout slides.
Method Summary | |
---|---|
LayoutSlideEx |
get_Item(int index)
Deprecated. Returns the layout slide by index. |
LayoutSlideEx |
getByType(byte type)
Deprecated. Returns the first layout slide of specified type. |
int |
getCount()
Deprecated. Returns the number of layout slides in a collection. |
com.aspose.ms.System.Collections.IEnumerator<LayoutSlideEx> |
iterator()
Deprecated. Returns an enumerator for the entire collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getCount()
Returns the number of layout slides in a collection.
Read-only int
.
public LayoutSlideEx get_Item(int index)
Returns the layout slide by index.
Read-only LayoutSlideEx
.
public LayoutSlideEx getByType(byte type)
Returns the first layout slide of specified type.
type
- A type of layout slide to find.
LayoutSlideEx
with specified type or null if no layouts found.public com.aspose.ms.System.Collections.IEnumerator<LayoutSlideEx> 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 |