Modifier and Type | Method and Description |
---|---|
void |
add(PdfAction action)
Add action to action list.
|
void |
delete(int index)
Remove action by index.
|
PdfAction |
get_Item(int index)
Gets action by its index.
|
int |
getCount()
Gets count of actions.
|
com.aspose.ms.System.Collections.IEnumerator<PdfAction> |
iterator_Rename_Namesake()
Internal method
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<PdfAction> |
iterator()
Gets enumerator.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public int getCount()
Gets count of actions.
public PdfAction get_Item(int index)
Gets action by its index.
index
- int valuepublic void delete(int index)
Remove action by index.
index
- Index of action to remove.public void add(PdfAction action)
Add action to action list.
action
- PdfAction instance
Action to be added.public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<PdfAction> iterator()
Gets enumerator.
public com.aspose.ms.System.Collections.IEnumerator<PdfAction> iterator_Rename_Namesake()
Internal method