Package | Description |
---|---|
com.itextpdf.pdf2data.result | |
com.itextpdf.pdf2data.result.value | |
com.itextpdf.pdf2data.result.value.group | |
com.itextpdf.pdf2data.result.value.table |
Modifier and Type | Method and Description |
---|---|
List<AbstractValueResult> |
DataFieldResult.getResults()
Get list of data field's results.
|
Constructor and Description |
---|
DataFieldResult(String dataType, List<AbstractValueResult> results)
Creates an instance of data field result.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageResult
Class which represents image result.
|
class |
TextResult
Class representing text result.
|
class |
UnknownResult
Class which representing unknown result type.
|
Modifier and Type | Method and Description |
---|---|
abstract AbstractValueResult |
AbstractValueResult.cloneWithoutMeta()
Clones this instance without metadata entries.
|
AbstractValueResult |
ImageResult.cloneWithoutMeta() |
AbstractValueResult |
TextResult.cloneWithoutMeta() |
AbstractValueResult |
UnknownResult.cloneWithoutMeta() |
Modifier and Type | Class and Description |
---|---|
class |
GroupEntryResult
Class representing single group result's entry.
|
class |
GroupResult
Class which represents group results.
|
Modifier and Type | Method and Description |
---|---|
AbstractValueResult |
GroupEntryResult.cloneWithoutMeta() |
AbstractValueResult |
GroupResult.cloneWithoutMeta() |
Modifier and Type | Method and Description |
---|---|
List<AbstractValueResult> |
GroupEntryResult.getResults()
Get group entry results.
|
Constructor and Description |
---|
GroupEntryResult(String dataType, List<AbstractValueResult> results)
Creates an instance of group result's entry representation.
|
Modifier and Type | Class and Description |
---|---|
class |
TableCellResult
Class which represents single table cell result.
|
class |
TableResult
Class which represents table result.
|
class |
TableRowResult
Class which represents table row result.
|
Modifier and Type | Method and Description |
---|---|
AbstractValueResult |
TableCellResult.cloneWithoutMeta() |
AbstractValueResult |
TableResult.cloneWithoutMeta() |
AbstractValueResult |
TableRowResult.cloneWithoutMeta() |
Copyright © 2023. All rights reserved.