| Package | Description |
|---|---|
| com.groupdocs.parser.options |
The package provides classes to specify additional options when 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 |
|---|---|
TemplateTableLayout |
PageTableAreaOptions.getTableLayout()
Gets the table layout which defines the table on a page.
|
| Constructor and Description |
|---|
PageTableAreaOptions(TemplateTableLayout tableLayout)
Initializes a new instance of the
PageTableAreaOptions class. |
| Modifier and Type | Method and Description |
|---|---|
TemplateTableLayout |
TemplateTable.getLayout()
Gets the table layout.
|
TemplateTableLayout |
TemplateTableLayout.moveTo(Point point)
Creates a new layout with the same size, separators and position in the point.
|
TemplateTableLayout |
TemplateTableLayout.scale(double factor)
Creates a copy of this layout with all coordinates scaled by the given factor.
|
| Constructor and Description |
|---|
TemplateTable(TemplateTableLayout layout,
String name,
Integer pageIndex)
Initializes a new instance of the
TemplateTable class with the UPPER CASE name. |
TemplateTable(TemplateTableLayout layout,
String name,
Integer pageIndex,
boolean useUpperCaseName)
Initializes a new instance of the
TemplateTable class. |
TemplateTable(TemplateTableLayout layout,
String name,
Integer pageIndex,
Double pageWidth)
Initializes a new instance of the
TemplateTable class with the UPPER CASE name. |
TemplateTable(TemplateTableLayout layout,
String name,
Integer pageIndex,
Double pageWidth,
boolean useUpperCaseName)
Initializes a new instance of the
TemplateTable class. |
Copyright © 2026. All rights reserved.