| Package | Description |
|---|---|
| com.groupdocs.cloud.parser.model |
| Modifier and Type | Method | Description |
|---|---|---|
Rectangle |
Rectangle.coordinates(Coordinates coordinates) |
|
Rectangle |
Barcode.getRectangle() |
Gets the rectangular area.
|
Rectangle |
DetectorParameters.getRectangle() |
Gets or sets the rectangular area that contains the table.
|
Rectangle |
FieldPosition.getRectangle() |
Rectangular area on the page that bounds the field value.
|
Rectangle |
Image.getRectangle() |
Gets or sets the rectangle area of the image.
|
Rectangle |
PageArea.getRectangle() |
Gets or sets the rectangular area.
|
Rectangle |
Rectangle.position(Point position) |
|
Rectangle |
Rectangle.size(Size size) |
| Modifier and Type | Method | Description |
|---|---|---|
Barcode |
Barcode.rectangle(Rectangle rectangle) |
|
DetectorParameters |
DetectorParameters.rectangle(Rectangle rectangle) |
|
FieldPosition |
FieldPosition.rectangle(Rectangle rectangle) |
|
Image |
Image.rectangle(Rectangle rectangle) |
|
PageArea |
PageArea.rectangle(Rectangle rectangle) |
|
void |
Barcode.setRectangle(Rectangle rectangle) |
|
void |
DetectorParameters.setRectangle(Rectangle rectangle) |
|
void |
FieldPosition.setRectangle(Rectangle rectangle) |
|
void |
Image.setRectangle(Rectangle rectangle) |
|
void |
PageArea.setRectangle(Rectangle rectangle) |
Copyright © 2025. All rights reserved.