| Modifier and Type | Method and Description |
|---|---|
void |
add(PdfAction action)
Adds new action into colleciton.
|
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies actions array into collection.
|
void |
copyTo(Object[] array,
int index)
Copies actions array into collection.
|
void |
delete()
Delete all actions.
|
void |
delete(int index)
Removes action from collection by index.
|
PdfAction |
get_Item(int index)
Gets action by its index.
|
Object |
getSyncRoot()
Gets synchronization object.
|
boolean |
isSynchronized()
Returns true if object is synchronized.
|
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Returns enumerator for collection.
|
int |
size()
Count of actions on the collection.
|
public int size()
Count of actions on the collection.
size in interface com.aspose.ms.System.Collections.ICollectionpublic boolean isSynchronized()
Returns true if object is synchronized.
isSynchronized in interface com.aspose.ms.System.Collections.ICollectionpublic Object getSyncRoot()
Gets synchronization object.
getSyncRoot in interface com.aspose.ms.System.Collections.ICollectionpublic void add(PdfAction action)
Adds new action into colleciton.
action - Action which should be added.public void delete(int index)
Removes action from collection by index.
index - Index of action to remove.public void delete()
Delete all actions.
public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns enumerator for collection.
public PdfAction get_Item(int index)
Gets action by its index.
index - Index of action.public void copyTo(com.aspose.ms.System.Array array,
int index)
Copies actions array into collection.
copyTo in interface com.aspose.ms.System.Collections.ICollectionarray - Array of actions which must be copied into collection.index - Index starting from which array will be copied.public void copyTo(Object[] array, int index)
Copies actions array into collection.
array - Array of actions which must be copied into collection.index - Index starting from which array will be copied.Copyright © 2016 Aspose. All Rights Reserved.