|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.LayoutSlidesEx
public final class LayoutSlidesEx
Represents a collection of a layout slides.
Method Summary | |
---|---|
LayoutSlideEx |
get(int index)
Returns a layout slide by index. |
LayoutSlideEx |
getByType(SlideLayoutTypeEx type)
Returns the first layout slide of specified type. |
java.util.Iterator |
iterator()
Returns an iterator for the entire collection. |
int |
size()
Returns the number of layout slides in a collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public LayoutSlideEx get(int index)
index
- index of a layout slide to return.
LayoutSlideEx
.public LayoutSlideEx getByType(SlideLayoutTypeEx type)
type
- A type of layout slide to find.
public java.util.Iterator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |