public class PageTableAreaOptions extends PageAreaOptions
Constructor and Description |
---|
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
public PageTableAreaOptions(TemplateTableLayout tableLayout)
PageTableAreaOptions
class.tableLayout
- The table layout which defines the table on a page.public TemplateTableLayout getTableLayout()
TemplateTableLayout
class.