public final class TableAreaParser extends Object
Provides a table parser.
Constructor and Description |
---|
TableAreaParser(DocumentContent documentContent)
Initializes a new instance of the
TableAreaParser class. |
public TableAreaParser(DocumentContent documentContent)
Initializes a new instance of the TableAreaParser
class.
documentContent
- A content of the document.public TableArea parseTableArea(int pageIndex, TableAreaLayout tableAreaLayout)
Parses the table.
pageIndex
- A zero-based index of the page.tableAreaLayout
- A table layout.TableArea
class.Copyright © 2019. All rights reserved.