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 |
---|---|
Size |
Page.getSize()
Gets the page size.
|
Size |
Rectangle.getSize()
Gets the size.
|
Constructor and Description |
---|
Page(int index,
Size size)
Initializes a new instance of the
Page class. |
Rectangle(Point position,
Size size)
Initializes a new instance of the
Rectangle class. |
Modifier and Type | Method and Description |
---|---|
Size |
TemplateLinkedPosition.getSearchArea()
Gets the size of the area where a field is searched.
|
Constructor and Description |
---|
TemplateLinkedPosition(String linkedFieldName,
Size searchArea,
TemplateLinkedPositionEdges edges)
Initializes a new instance of the
TemplateLinkedPosition class. |
TemplateLinkedPosition(String linkedFieldName,
Size searchArea,
TemplateLinkedPositionEdges edges,
boolean autoScale)
Initializes a new instance of the
TemplateLinkedPosition class. |