Package | Description |
---|---|
com.groupdocs.parser.templates |
The package provides classes for creating templates for parsing document data.
|
Modifier and Type | Class and Description |
---|---|
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.
|
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. |