public class PageTableAreaOptions extends PageAreaOptions
| Constructor and Description |
|---|
PageTableAreaOptions(Rectangle rectangle)
Initializes a new instance of the
PageTableAreaOptions class with a search rectangle and no fixed layout. |
PageTableAreaOptions(TemplateTableLayout tableLayout)
Initializes a new instance of the
PageTableAreaOptions class. |
| Modifier and Type | Method and Description |
|---|---|
TemplateTableLayout |
getTableLayout()
Gets the table layout which defines the table on a page.
|
getRectangle, getRectangleTolerancepublic PageTableAreaOptions(TemplateTableLayout tableLayout)
PageTableAreaOptions class.tableLayout - The table layout which defines the table on a page.public PageTableAreaOptions(Rectangle rectangle)
PageTableAreaOptions class with a search rectangle and no fixed layout.
Useful for restricting auto-detected tables to a region of the page. Mirrors the C#
new PageTableAreaOptions(null) { Rectangle = ... } pattern.
rectangle - The rectangular area on the page where tables should be detected;
pass null to search the entire page.public TemplateTableLayout getTableLayout()
TemplateTableLayout class.Copyright © 2026. All rights reserved.