com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class Outlines

    • Constructor Detail

      • Outlines

        public Outlines()
    • Method Detail

      • size

        public abstract int size()
      • isReadOnly

        public abstract boolean isReadOnly()

        Gets a value indicating whether the collection is read-only.

        Returns:
        boolean value
      • getVisibleCount

        public abstract int getVisibleCount()

        Gets the total number of outline items at all levels in the document outline hierarchy.

        Returns:
        int value
      • add

        public abstract void add(OutlineItemCollection item)

        Adds outline item to collection.

        Parameters:
        item - The outline item to be added.
      • clear

        public abstract void clear()

        Clears all items from the collection.

      • contains

        public abstract boolean contains(OutlineItemCollection item)

        Always throws NotImplementedException

        Parameters:
        item - The object to locate in the collection
        Returns:
        boolean value
      • copyTo

        public abstract void copyTo(OutlineItemCollection[] array,
                                    int arrayIndex)

        Copies the outline entries to an System.Array, starting at a particular System.Array index.

        Parameters:
        array - The one-dimensional System.Array that is the destination. Must have zero-based indexing.
        arrayIndex - The zero-based index in array at which copying begins.
      • remove

        public abstract boolean remove(OutlineItemCollection item)

        Remove outline collection item.

        Parameters:
        item - Item to delete.
        Returns:
        boolean value
      • iterator_Rename_Namesake

        public final com.aspose.ms.System.Collections.IEnumerator iterator_Rename_Namesake()