Modifier and Type | Method and Description |
---|---|
TableAreaLayout |
TemplateTable.getTableAreaLayout()
Gets a table layout.
|
TableAreaLayout |
TableAreaLayout.moveTo(double x,
double y)
Creates a copy of the current layout that is moved to (x,y) coordinates.
|
Modifier and Type | Method and Description |
---|---|
List<TableAreaLayout> |
TableAreaDetector.detectLayouts(int pageIndex,
TableAreaDetectorParameters... parameters)
Detects a table layout.
|
Modifier and Type | Method and Description |
---|---|
TableArea |
TableAreaParser.parseTableArea(int pageIndex,
TableAreaLayout tableAreaLayout)
Parses the table.
|
Constructor and Description |
---|
TemplateTable(String tableName,
int pageIndex,
TableAreaLayout tableAreaLayout)
Initializes a new instance of the
TemplateTable class. |
TemplateTable(String tableName,
TableAreaLayout tableAreaLayout)
Initializes a new instance of the
TemplateTable class. |
Copyright © 2019. All rights reserved.