Class InlineTextBox
java.lang.Object
io.webfolder.cdp.type.domsnapshot.InlineTextBox
Details of post layout rendered text positions. The exact layout should not be regarded as stable
and may change between versions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe bounding box in document coordinates.The number of characters in this post layout textbox substring.The starting index in characters, for this post layout textbox substring.void
setBoundingBox
(Rect boundingBox) The bounding box in document coordinates.void
setNumCharacters
(Integer numCharacters) The number of characters in this post layout textbox substring.void
setStartCharacterIndex
(Integer startCharacterIndex) The starting index in characters, for this post layout textbox substring.toString()
-
Constructor Details
-
InlineTextBox
public InlineTextBox()
-
-
Method Details
-
getBoundingBox
The bounding box in document coordinates. Note that scroll offset of the document is ignored. -
setBoundingBox
The bounding box in document coordinates. Note that scroll offset of the document is ignored. -
getStartCharacterIndex
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. -
setStartCharacterIndex
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. -
getNumCharacters
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. -
setNumCharacters
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. -
toString
-