Package-level declarations

Custom PSPDFKit datastructures.

Types

Link copied to clipboard
This is an immutable version of a Date object.
Link copied to clipboard
open class Range : Parcelable, Comparable<T>
Represents a range indexed from 0.
Link copied to clipboard
Represents a text located on a document page.
Link copied to clipboard
TextSelection represents a selection of text on a document page.
Link copied to clipboard
data class TextSelectionRectangles(val rectangles: List<RectF>, val markupRectangles: List<RectF>) : Parcelable

Represents lists of rectangles under which is the text selection to be performed.