SplitDocument

Contains information about the pages of a document, defined by logical boundary.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val index: Int?

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

Link copied to clipboard
val pages: List<Int>?

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

Functions

Link copied to clipboard
inline fun copy(block: SplitDocument.Builder.() -> Unit = {}): SplitDocument
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String