Interface SplitDocument.Builder

    • Method Detail

      • index

        SplitDocument.Builder index​(Integer index)

        The index for a given document in a DocumentGroup of a specific Type.

        Parameters:
        index - The index for a given document in a DocumentGroup of a specific Type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pages

        SplitDocument.Builder pages​(Collection<Integer> pages)

        An array of page numbers for a for a given document, ordered by logical boundary.

        Parameters:
        pages - An array of page numbers for a for a given document, ordered by logical boundary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pages

        SplitDocument.Builder pages​(Integer... pages)

        An array of page numbers for a for a given document, ordered by logical boundary.

        Parameters:
        pages - An array of page numbers for a for a given document, ordered by logical boundary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.