| 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.
|
TemplatePosition |
TemplateFixedPosition.scale(double factor) |
TemplatePosition |
TemplateLinkedPosition.scale(double factor) |
abstract TemplatePosition |
TemplatePosition.scale(double factor)
Creates a copy of the current position with all coordinates scaled by the given factor.
|
TemplatePosition |
TemplateRegexPosition.scale(double factor) |
| 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 with the UPPER CASE name. |
TemplateField(TemplatePosition position,
String name,
Integer pageIndex,
boolean useUpperCaseName)
Initializes a new instance of the
TemplateField class. |
TemplateField(TemplatePosition position,
String name,
Integer pageIndex,
Double pageWidth)
Initializes a new instance of the
TemplateField class with the UPPER CASE name. |
TemplateField(TemplatePosition position,
String name,
Integer pageIndex,
Double pageWidth,
boolean useUpperCaseName)
Initializes a new instance of the
TemplateField class. |
Copyright © 2026. All rights reserved.