Package | Description |
---|---|
com.groupdocs.parser.legacy |
The package provides classes for legacy API.
|
Modifier and Type | Field and Description |
---|---|
static Rectangle |
Rectangle.EMPTY
An empty rectangle.
|
Modifier and Type | Method and Description |
---|---|
Rectangle |
DocumentDataField.getRectangle()
Gets a rectangle of data field.
|
Rectangle |
ImageArea.getRectangle()
Gets a rectangle of the image area.
|
Rectangle |
ImageAreaSearchOptions.getRectangle()
Gets a rectangle.
|
Rectangle |
TableAreaDetectorParameters.getRectangle()
Gets a rectangle which bounds table detection region.
|
Rectangle |
TemplateFieldPosition.getRectangle()
Gets a rectangle of the field.
|
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.
|
Rectangle |
DocumentDataTable.getTableRectangle()
Gets a rectangle of data table.
|
Rectangle |
TableAreaLayout.getTableRectangle()
Gets a rectangle that bounds the table.
|
Modifier and Type | Method and Description |
---|---|
static TemplateFieldPosition |
TemplateFieldPosition.createFixed(Rectangle rectangle)
Creates a fixed template field position.
|
void |
ImageAreaSearchOptions.setRectangle(Rectangle value)
Sets a rectangle.
|
void |
TableAreaDetectorParameters.setRectangle(Rectangle value)
Sets a rectangle which bounds table detection region.
|
void |
TextAreaSearchOptions.setRectangle(Rectangle value)
Sets a rectangle.
|
Constructor and Description |
---|
DocumentDataField(String fieldName,
int pageIndex,
String value,
Rectangle rectangle)
Initializes a new instance of the
DocumentDataField class. |
DocumentDataField(String fieldName,
int pageIndex,
String value,
Rectangle rectangle,
DocumentDataField relatedDataField)
Initializes a new instance of the
DocumentDataField class. |
DocumentDataTable(String tableName,
int pageIndex,
TableArea tableArea,
Rectangle tableRectangle)
Initializes a new instance of the
DocumentDataTable class. |
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. |
TextAreaItem(Rectangle rectangle,
String text,
TextProperties textProperties,
double baseLine)
Initializes a new instance of the
TextAreaItem class. |
Copyright © 2019. All rights reserved.