Class TextBoxSnapshot
java.lang.Object
io.webfolder.cdp.type.domsnapshot.TextBoxSnapshot
Table of details of the 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 absolute position bounding box.Index of the layout tree node that owns this box collection.The number of characters in this post layout textbox substring.getStart()
The starting index in characters, for this post layout textbox substring.void
The absolute position bounding box.void
setLayoutIndex
(List<Integer> layoutIndex) Index of the layout tree node that owns this box collection.void
The number of characters in this post layout textbox substring.void
The starting index in characters, for this post layout textbox substring.toString()
-
Constructor Details
-
TextBoxSnapshot
public TextBoxSnapshot()
-
-
Method Details
-
getLayoutIndex
Index of the layout tree node that owns this box collection. -
setLayoutIndex
Index of the layout tree node that owns this box collection. -
getBounds
The absolute position bounding box. -
setBounds
The absolute position bounding box. -
getStart
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. -
setStart
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. -
getLength
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. -
setLength
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
-