Modifier and Type | Field and Description |
---|---|
static Rectangle |
Rectangle.EMPTY
An empty rectangle.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
ImageArea.getRectangle()
Gets a rectangle of the image area.
|
Rectangle |
ImageAreaSearchOptions.getRectangle()
Gets a rectangle.
|
Rectangle |
TextArea.getRectangle()
Gets a rectangle of the text area.
|
Rectangle |
TextAreaItem.getRectangle()
Gets a rectangle of the text area item.
|
Rectangle |
TextAreaSearchOptions.getRectangle()
Gets a rectangle.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageAreaSearchOptions.setRectangle(Rectangle value) |
void |
TextAreaSearchOptions.setRectangle(Rectangle value) |
Constructor and Description |
---|
ImageArea(Rectangle rectangle,
InputStream imageStream,
String mediaType,
double rotation,
DocumentPage page)
Initializes a new instance of the
ImageArea class. |
TextArea(Rectangle rectangle,
String text,
DocumentPage page)
Initializes a new instance of the
TextArea class. |
TextAreaItem(Rectangle rectangle,
String text)
Initializes a new instance of the
TextAreaItem class. |
TextAreaItem(Rectangle rectangle,
String text,
TextProperties textProperties)
Initializes a new instance of the
TextAreaItem class. |
Copyright © 2018. All rights reserved.