Uses of Class
com.itextpdf.pdf2data.result.meta.PageLocationMetaResult
Packages that use PageLocationMetaResult
-
Uses of PageLocationMetaResult in com.itextpdf.pdf2data.result.value
Methods in com.itextpdf.pdf2data.result.value that return PageLocationMetaResultModifier and TypeMethodDescriptionImageResult.getPageLocationMeta()
Get image page locationTextResult.getPageLocationMeta()
Get text page location.Constructors in com.itextpdf.pdf2data.result.value with parameters of type PageLocationMetaResultModifierConstructorDescriptionImageResult
(PageLocationMetaResult pageLocationMeta, String base64) Creates an instance of image result.TextResult
(PageLocationMetaResult pageLocationMeta, FontMetaResult fontMeta, String content) Creates an instance of text result. -
Uses of PageLocationMetaResult in com.itextpdf.pdf2data.result.value.table
Methods in com.itextpdf.pdf2data.result.value.table that return PageLocationMetaResultModifier and TypeMethodDescriptionTableCellResult.getPageLocationMeta()
Get cell's page location.TableRowResult.getPageLocationMeta()
Get row's page location.Methods in com.itextpdf.pdf2data.result.value.table that return types with arguments of type PageLocationMetaResultConstructors in com.itextpdf.pdf2data.result.value.table with parameters of type PageLocationMetaResultModifierConstructorDescriptionTableCellResult
(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 parameters in com.itextpdf.pdf2data.result.value.table with type arguments of type PageLocationMetaResultModifierConstructorDescriptionTableResult
(List<PageLocationMetaResult> pageLocationMetas, List<TableRowResult> rows) Creates an instance of table result.