Class TableResult
java.lang.Object
com.itextpdf.pdf2data.result.value.AbstractValueResult
com.itextpdf.pdf2data.result.value.table.TableResult
Class which represents table result.
-
Constructor Summary
ConstructorsConstructorDescriptionTableResult(List<PageLocationMetaResult> pageLocationMetas, List<TableRowResult> rows) Creates an instance of table result. -
Method Summary
Methods inherited from class com.itextpdf.pdf2data.result.value.AbstractValueResult
getResultType
-
Constructor Details
-
TableResult
Creates an instance of table result.- Parameters:
-
pageLocationMetas- the list of page locations of the table -
rows- table rows
-
-
Method Details
-
getPageLocationMetas
Get table page locations.- Returns:
- table page locations
-
getRows
Get table rows.- Returns:
- table rows list
-
cloneWithoutMeta
Description copied from class:AbstractValueResultClones this instance without metadata entries.- Specified by:
-
cloneWithoutMetain classAbstractValueResult - Returns:
- clone of the current result without metadata
-
equals
- Overrides:
-
equalsin classAbstractValueResult
-
hashCode
public int hashCode()- Overrides:
-
hashCodein classAbstractValueResult
-