TextSelectionRectangles

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.

Parameters

rectangles

List of rectangles for text selection

markupRectangles

List of rectangles for text selection, including markup padding.

Constructors

Link copied to clipboard
constructor(rectangles: List<RectF>)

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

constructor(parcel: Parcel)

Creates a TextSelectionRectangles object from the provided parcel.

constructor(rectangles: List<RectF>, markupRectangles: List<RectF>)

Types

Link copied to clipboard

Creator for creating the TextSelectionRectangles object from Parcel.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)