| Package | Description |
|---|---|
| com.groupdocs.parser.data |
The package provides classes which represent parsing results.
|
| com.groupdocs.parser.templates |
The package provides classes for creating templates for parsing document data.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
Rectangle.getPosition()
Gets the coordinates of the upper-left corner of the rectangular area.
|
static Point |
Point.parse(String s)
Converts the string representation of a point to its class equivalent.
|
| Constructor and Description |
|---|
Rectangle(Point position,
Size size)
Initializes a new instance of the
Rectangle class. |
| Modifier and Type | Method and Description |
|---|---|
TemplateTableLayout |
TemplateTableLayout.moveTo(Point point)
Creates a new layout with the same size, separators and position in the point.
|
Copyright © 2026. All rights reserved.