| Package | Description |
|---|---|
| com.groupdocs.parser.templates |
The package provides classes for creating templates for parsing document data.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateTableParameters |
TemplateTable.getParameters()
Gets the parameters to detect the table in the automatic mode.
|
TemplateTableParameters |
TemplateTableParameters.scale(double factor)
Creates a copy of these parameters with all coordinates scaled by the given factor.
|
| Constructor and Description |
|---|
TemplateTable(TemplateTableParameters parameters,
String name,
Integer pageIndex)
Initializes a new instance of the
TemplateTable class with the UPPER CASE name. |
TemplateTable(TemplateTableParameters parameters,
String name,
Integer pageIndex,
boolean useUpperCaseName)
Initializes a new instance of the
TemplateTable class. |
TemplateTable(TemplateTableParameters parameters,
String name,
Integer pageIndex,
Double pageWidth)
Initializes a new instance of the
TemplateTable class. |
TemplateTable(TemplateTableParameters parameters,
String name,
Integer pageIndex,
Double pageWidth,
boolean useUpperCaseName)
Initializes a new instance of the
TemplateTable class. |
Copyright © 2026. All rights reserved.