Package-level declarations
Custom PSPDFKit datastructures.
Types
Link copied to clipboard
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.