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.
|
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.
|