Package | Description |
---|---|
com.itextpdf.pdf2data.result.value | |
com.itextpdf.pdf2data.result.value.table |
Modifier and Type | Method and Description |
---|---|
FontMetaResult |
TextResult.getFontMeta()
Get text font metadata.
|
Constructor and Description |
---|
TextResult(PageLocationMetaResult pageLocationMeta, FontMetaResult fontMeta, String content)
Creates an instance of text result.
|
Modifier and Type | Method and Description |
---|---|
FontMetaResult |
TableCellResult.getFontMeta()
Get cell's font metadata.
|
Constructor and Description |
---|
TableCellResult(PageLocationMetaResult pageLocationMeta, FontMetaResult fontMeta, Integer rowspan, Integer colspan, String content)
Creates an instance of table cell result.
|
Copyright © 2023. All rights reserved.