TextSelection
class TextSelection : Selection
Represents text content that has been selected.
Summary
Public constructors |
|---|
TextSelection(text: CharSequence, bounds: List<PdfRect>) |
Public properties |
|
|---|---|
open List<PdfRect> |
The bounding rectangles of the selected text. |
CharSequence |
The selected text. |