com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class TextParagraphCollection

    • Method Detail

      • size

        public int size()

        Gets the number of TextParagraph object elements actually contained in the collection.

        Returns:
        int value
      • getSyncRoot

        public Object getSyncRoot()

        Gets an object that can be used to synchronize access to the collection.

        Returns:
        Object element
      • isSynchronized

        public boolean isSynchronized()

        Gets a value indicating whether access to the collection is synchronized (thread safe).

        Returns:
        boolean value
      • isReadOnly

        public boolean isReadOnly()

        Gets a value indicating whether collection is read-only

        Returns:
        boolean value
      • add

        public void add(TextParagraph paragraph)

        Adds the text paragraph element at the specified index.

        Parameters:
        paragraph - TextParagraph instance
      • iterator

        public com.aspose.ms.System.Collections.IEnumerator<TextParagraph> iterator()

        Returns an enumerator for the entire collection.

        Specified by:
        iterator in interface Iterable<TextParagraph>
        Returns:
        IEnumerator object
      • copyTo

        public void copyTo(TextParagraph[] array,
                           int index)

        Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array

        Parameters:
        array - Array collection
        index - int value
      • clear

        public void clear()

        Clears all items from the collection.

      • contains

        public boolean contains(TextParagraph item)

        Determines whether the collection contains a specific value.

        Parameters:
        item - The object to locate in the collection
        Returns:
        true if item is found in the collection; otherwise, false.
      • remove

        public boolean remove(TextParagraph item)

        Deletes specified item from collection.

        Parameters:
        item - The object to delete
        Returns:
        true if item was deleted from collection; otherwise, false.
      • get_Item

        public TextParagraph get_Item(int index)

        Gets the text paragraph element at the specified index.

        Parameters:
        index - int value
        Returns:
        TextParagraph object