public class InlineTextBox extends Object
| Constructor and Description |
|---|
InlineTextBox() |
| Modifier and Type | Method and Description |
|---|---|
Rect |
getBoundingBox()
The bounding box in document coordinates.
|
Integer |
getNumCharacters()
The number of characters in this post layout textbox substring.
|
Integer |
getStartCharacterIndex()
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.
|
public Rect getBoundingBox()
public void setBoundingBox(Rect boundingBox)
public Integer getStartCharacterIndex()
public void setStartCharacterIndex(Integer startCharacterIndex)
public Integer getNumCharacters()
public void setNumCharacters(Integer numCharacters)
Copyright © 2020. All rights reserved.