com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class PdfActionCollection

    • Method Detail

      • getCount

        public int getCount()

        Gets count of actions.

        Returns:
        int value
      • get_Item

        public PdfAction get_Item(int index)

        Gets action by its index.

        Parameters:
        index - int value
        Returns:
        PdfAction instnace
      • delete

        public void delete(int index)

        Remove action by index.

        Parameters:
        index - Index of action to remove.
      • add

        public void add(PdfAction action)

        Add action to action list.

        Parameters:
        action - PdfAction instance Action to be added.
      • iterator

        public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<PdfAction> iterator()

        Gets enumerator.

        Specified by:
        iterator in interface Iterable<PdfAction>
        Returns:
        PDfAction enumerator.
      • iterator_Rename_Namesake

        public com.aspose.ms.System.Collections.IEnumerator<PdfAction> iterator_Rename_Namesake()

        Internal method

        Returns:
        internal object.