| Package | Description |
|---|---|
| com.groupdocs.parser.templates |
The package provides classes for creating templates for parsing document data.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateLinkedPositionEdges |
TemplateLinkedPosition.getEdges()
Gets the edges of the linked field where a field is searched.
|
static TemplateLinkedPositionEdges |
TemplateLinkedPositionEdges.parse(String s)
Converts the string representation of edges to its class equivalent.
|
| 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 with UPPER CASE name. |
TemplateLinkedPosition(String linkedFieldName,
Size searchArea,
TemplateLinkedPositionEdges edges,
boolean autoScale,
boolean useUpperCaseName)
Initializes a new instance of the
TemplateLinkedPosition class. |
Copyright © 2026. All rights reserved.