|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.LayoutSlidesEx
com.aspose.slides.LayoutSlideExCollection
public final class LayoutSlideExCollection
Represents a collection of a layout slides.
Method Summary | |
---|---|
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements from the collection to the specified array. |
LayoutSlideEx |
get_Item(int index)
Returns the layout slide by index. |
LayoutSlideEx |
getByType(byte type)
Returns the first layout slide of specified type. |
int |
getCount()
Returns the number of layout slides in a collection. |
java.lang.Object |
getSyncRoot()
Returns a synchronization root. |
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
com.aspose.ms.System.Collections.IEnumerator<LayoutSlideEx> |
iterator()
Returns an enumerator for the entire collection. |
int |
size()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void copyTo(com.aspose.ms.System.Array array, int index)
Copies all elements from the collection to the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection<LayoutSlideEx>
array
- Target array.index
- Starting index in the target array.public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<LayoutSlideEx>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<LayoutSlideEx>
public int size()
size
in interface com.aspose.ms.System.Collections.ICollection<LayoutSlideEx>
public int getCount()
LayoutSlidesEx
Returns the number of layout slides in a collection.
Read-only int
.
getCount
in class LayoutSlidesEx
public LayoutSlideEx get_Item(int index)
LayoutSlidesEx
Returns the layout slide by index.
Read-only LayoutSlideEx
.
get_Item
in class LayoutSlidesEx
public LayoutSlideEx getByType(byte type)
LayoutSlidesEx
Returns the first layout slide of specified type.
getByType
in class LayoutSlidesEx
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()
LayoutSlidesEx
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<LayoutSlideEx>
iterator
in interface java.lang.Iterable<LayoutSlideEx>
iterator
in class LayoutSlidesEx
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |