pl.wendigo.chrome.api.domsnapshot / InlineTextBox

InlineTextBox

data class InlineTextBox (source)

Details of post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions.

Link
DOMSnapshot#InlineTextBox type documentation.

Constructors

<init>

InlineTextBox(boundingBox: Rect, startCharacterIndex: Int, numCharacters: Int)

Details of post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions.

Properties

boundingBox

val boundingBox: Rect

The bounding box in document coordinates. Note that scroll offset of the document is ignored.

numCharacters

val numCharacters: Int

The number of characters in this post layout textbox substring. Characters that would be represented as a surrogate pair in UTF-16 have length 2.

startCharacterIndex

val startCharacterIndex: Int

The starting index in characters, for this post layout textbox substring. Characters that would be represented as a surrogate pair in UTF-16 have length 2.