|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PortionsEx
com.aspose.slides.PortionExCollection
public final class PortionExCollection
Represents a collection of a portions.
Method Summary | |
---|---|
int |
add(PortionEx value)
Adds a PortionEx to the end of collection. |
void |
clear()
Removes all elements from the collection. |
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements from the collection to the specified array. |
PortionEx |
get_Item(int index)
Gets the element at the specified index. |
int |
getCount()
Gets the number of elements actually contained in the collection. |
java.lang.Object |
getSyncRoot()
Returns a synchronization root. |
void |
insert(int index,
PortionEx value)
Inserts a PortionEx into the collection at the specified index. |
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
com.aspose.ms.System.Collections.IEnumerator<PortionEx> |
iterator()
Returns an enumerator for the entire collection. |
void |
removeAt(int index)
Removes the element at the specified index of the 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<PortionEx>
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<PortionEx>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<PortionEx>
public int size()
size
in interface com.aspose.ms.System.Collections.ICollection<PortionEx>
public int getCount()
PortionsEx
Gets the number of elements actually contained in the collection.
getCount
in class PortionsEx
public PortionEx get_Item(int index)
PortionsEx
Gets the element at the specified index.
get_Item
in class PortionsEx
public int add(PortionEx value)
PortionsEx
Adds a PortionEx to the end of collection.
add
in class PortionsEx
value
- The PortionEx to be added to the end of the collection.
public void insert(int index, PortionEx value)
PortionsEx
Inserts a PortionEx into the collection at the specified index.
insert
in class PortionsEx
index
- The zero-based index at which PortionEx should be inserted.value
- The PortionEx to insert.public void clear()
PortionsEx
Removes all elements from the collection.
clear
in class PortionsEx
public void removeAt(int index)
PortionsEx
Removes the element at the specified index of the collection.
removeAt
in class PortionsEx
index
- The zero-based index of the element to remove.public com.aspose.ms.System.Collections.IEnumerator<PortionEx> iterator()
PortionsEx
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<PortionEx>
iterator
in interface java.lang.Iterable<PortionEx>
iterator
in class PortionsEx
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |