PageTableAreaOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.parser.options.PageAreaOptions
public class PageTableAreaOptions extends PageAreaOptions
Provides the options which are used for page table areas extraction.
| Constructor | Description |
|---|---|
| PageTableAreaOptions(TemplateTableLayout tableLayout) | Initializes a new instance of the PageTableAreaOptions class. |
| PageTableAreaOptions(Rectangle rectangle) | Initializes a new instance of the PageTableAreaOptions class with a search rectangle and no fixed layout. |
| Method | Description |
|---|---|
| getTableLayout() | Gets the table layout which defines the table on a page. |
public PageTableAreaOptions(TemplateTableLayout tableLayout)
Initializes a new instance of the PageTableAreaOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| tableLayout | TemplateTableLayout | The table layout which defines the table on a page. |
public PageTableAreaOptions(Rectangle rectangle)
Initializes a new instance of the 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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rectangle | Rectangle | The rectangular area on the page where tables should be detected; pass null to search the entire page. |
public TemplateTableLayout getTableLayout()
Gets the table layout which defines the table on a page.
Returns: TemplateTableLayout - An instane of TemplateTableLayout class.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.