-
public final class TextBoxSnapshotTable of details of the post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions.
-
-
Method Summary
Modifier and Type Method Description final List<Integer>component1()final List<List<Double>>component2()final List<Integer>component3()final List<Integer>component4()final TextBoxSnapshotcopy(List<Integer> layoutIndex, List<List<Double>> bounds, List<Integer> start, List<Integer> length)final List<Integer>getLayoutIndex()Index of the layout tree node that owns this box collection. final List<List<Double>>getBounds()The absolute position bounding box. final List<Integer>getStart()The starting index in characters, for this post layout textbox substring. final List<Integer>getLength()The number of characters in this post layout textbox substring. -
-
Method Detail
-
component1
final List<Integer> component1()
-
component2
final List<List<Double>> component2()
-
component3
final List<Integer> component3()
-
component4
final List<Integer> component4()
-
copy
final TextBoxSnapshot copy(List<Integer> layoutIndex, List<List<Double>> bounds, List<Integer> start, List<Integer> length)
-
getLayoutIndex
final List<Integer> getLayoutIndex()
Index of the layout tree node that owns this box collection.
-
getStart
final List<Integer> 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.
-
-
-
-