public final class TemplateTable extends Object
Provides a template table.
Constructor and Description |
---|
TemplateTable(String tableName,
int pageIndex,
TableAreaDetectorParameters detectorParameters)
Initializes a new instance of the
TemplateTable class. |
TemplateTable(String tableName,
int pageIndex,
TableAreaLayout tableAreaLayout)
Initializes a new instance of the
TemplateTable class. |
TemplateTable(String tableName,
TableAreaDetectorParameters detectorParameters)
Initializes a new instance of the
TemplateTable class. |
TemplateTable(String tableName,
TableAreaLayout tableAreaLayout)
Initializes a new instance of the
TemplateTable class. |
Modifier and Type | Method and Description |
---|---|
TableAreaDetectorParameters |
getDetectorParameters()
Gets a table detector parameters.
|
Integer |
getPageIndex()
Gets a zero-based page index.
|
TableAreaLayout |
getTableAreaLayout()
Gets a table layout.
|
String |
getTableName()
Gets a name of the template table.
|
public TemplateTable(String tableName, TableAreaDetectorParameters detectorParameters)
Initializes a new instance of the TemplateTable
class.
tableName
- A name of the template table.detectorParameters
- Parameters for the table detection.public TemplateTable(String tableName, int pageIndex, TableAreaDetectorParameters detectorParameters)
Initializes a new instance of the TemplateTable
class.
tableName
- A name of the template table.pageIndex
- A zero-based page index.detectorParameters
- Parameters for the table detection.public TemplateTable(String tableName, TableAreaLayout tableAreaLayout)
Initializes a new instance of the TemplateTable
class.
tableName
- A name of the template table.tableAreaLayout
- A table layout.public TemplateTable(String tableName, int pageIndex, TableAreaLayout tableAreaLayout)
Initializes a new instance of the TemplateTable
class.
tableName
- A name of the template table.pageIndex
- A zero-based page index.tableAreaLayout
- A table layout.public String getTableName()
Gets a name of the template table.
public Integer getPageIndex()
Gets a zero-based page index.
public TableAreaDetectorParameters getDetectorParameters()
Gets a table detector parameters.
TableAreaDetectorParameters
or null if TableAreaLayout
is set.public TableAreaLayout getTableAreaLayout()
Gets a table layout.
TableAreaLayout
or null if DetectorParameters
is set.Copyright © 2019. All rights reserved.