Package | Description |
---|---|
com.groupdocs.parser.templates |
The package provides classes for creating templates for parsing document data.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateFixedPosition
Provides a template field position which is defined by the rectangular area.
|
class |
TemplateLinkedPosition
Provides a template field position which uses the linked field.
|
class |
TemplateRegexPosition
Provides a template field position which uses the regular expression.
|
Modifier and Type | Method and Description |
---|---|
TemplatePosition |
TemplateField.getPosition()
Gets the value that describes how to find the template field on the document page.
|
Constructor and Description |
---|
TemplateField(TemplatePosition position,
String name)
Initializes a new instance of the
TemplateField class. |
TemplateField(TemplatePosition position,
String name,
Integer pageIndex)
Initializes a new instance of the
TemplateField class. |