| Package | Description |
|---|---|
| com.groupdocs.parser |
The package provides classes for parsing data from documents.
|
| com.groupdocs.parser.templates |
The package provides classes for creating templates for parsing document data.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<TemplateItem> |
Parser.generateAdjustmentFields(GenerateTemplateOptions options)
Generates a collection of adjustment
TemplateItems for the document. |
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateBarcode
Provides the template barcode field.
|
class |
TemplateField
Provides the template text field.
|
class |
TemplateTable
Provides the template table.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateItem |
Template.get(int index)
Gets the template item by an index.
|
TemplateItem |
TemplateBarcode.scale(double factor) |
TemplateItem |
TemplateField.scale(double factor) |
abstract TemplateItem |
TemplateItem.scale(double factor)
Creates a copy of the current item with all coordinates scaled by the given factor.
|
TemplateItem |
TemplateTable.scale(double factor) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<TemplateItem> |
Template.iterator() |
| Constructor and Description |
|---|
Template(Iterable<? extends TemplateItem> items)
Initializes a new instance of the
Template class. |
Template(Iterable<? extends TemplateItem> items,
TemplateOptions options)
Initializes a new instance of the
Template class. |
Copyright © 2026. All rights reserved.