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.
|
Constructor and Description |
---|
TemplateTable(TemplateTableLayout layout,
String name,
Integer pageIndex)
Initializes a new instance of the
TemplateTable class. |