Interface SplitDocument.Builder

  • Method Details

    • 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

      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.