Package | Description |
---|---|
com.itextpdf.pdf2data.result.value | |
com.itextpdf.pdf2data.result.value.table |
Modifier and Type | Method and Description |
---|---|
PageLocationMetaResult |
ImageResult.getPageLocationMeta()
Get image page location
|
PageLocationMetaResult |
TextResult.getPageLocationMeta()
Get text page location.
|
Constructor and Description |
---|
ImageResult(PageLocationMetaResult pageLocationMeta, String base64)
Creates an instance of image result.
|
TextResult(PageLocationMetaResult pageLocationMeta, FontMetaResult fontMeta, String content)
Creates an instance of text result.
|
Modifier and Type | Method and Description |
---|---|
PageLocationMetaResult |
TableCellResult.getPageLocationMeta()
Get cell's page location.
|
PageLocationMetaResult |
TableRowResult.getPageLocationMeta()
Get row's page location.
|
Modifier and Type | Method and Description |
---|---|
List<PageLocationMetaResult> |
TableResult.getPageLocationMetas()
Get table page locations.
|
Constructor and Description |
---|
TableCellResult(PageLocationMetaResult pageLocationMeta, FontMetaResult fontMeta, Integer rowspan, Integer colspan, String content)
Creates an instance of table cell result.
|
TableRowResult(PageLocationMetaResult pageLocationMeta, List<TableCellResult> cells)
Creates an instance of table row result.
|
Constructor and Description |
---|
TableResult(List<PageLocationMetaResult> pageLocationMetas, List<TableRowResult> rows)
Creates an instance of table result.
|
Copyright © 2023. All rights reserved.