PageTableAreaOptions
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.
Constructors
| Constructor | Description | 
|---|---|
| PageTableAreaOptions(TemplateTableLayout tableLayout) | Initializes a new instance of the PageTableAreaOptions class. | 
Methods
| Method | Description | 
|---|---|
| getTableLayout() | Gets the table layout which defines the table on a page. | 
PageTableAreaOptions(TemplateTableLayout tableLayout)
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. | 
getTableLayout()
public TemplateTableLayout getTableLayout()
Gets the table layout which defines the table on a page.
Returns: TemplateTableLayout - An instane of TemplateTableLayout class.