public class TextBoxSnapshot extends Object
| Constructor and Description |
|---|
TextBoxSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
List<List<Double>> |
getBounds()
The absolute position bounding box.
|
List<Integer> |
getLayoutIndex()
Index of the layout tree node that owns this box collection.
|
List<Integer> |
getLength()
The number of characters in this post layout textbox substring.
|
List<Integer> |
getStart()
The starting index in characters, for this post layout textbox substring.
|
void |
setBounds(List<List<Double>> bounds)
The absolute position bounding box.
|
void |
setLayoutIndex(List<Integer> layoutIndex)
Index of the layout tree node that owns this box collection.
|
void |
setLength(List<Integer> length)
The number of characters in this post layout textbox substring.
|
void |
setStart(List<Integer> start)
The starting index in characters, for this post layout textbox substring.
|
public List<Integer> getLayoutIndex()
public void setLayoutIndex(List<Integer> layoutIndex)
public List<Integer> getStart()
public void setStart(List<Integer> start)
public List<Integer> getLength()
Copyright © 2020. All rights reserved.