Uses of Class
org.verapdf.cos.xref.COSXRefInfo
-
Packages that use COSXRefInfo Package Description org.verapdf.cos.visitor org.verapdf.io org.verapdf.parser -
-
Uses of COSXRefInfo in org.verapdf.cos.visitor
Fields in org.verapdf.cos.visitor declared as COSXRefInfo Modifier and Type Field Description protected COSXRefInfoWriter. infoMethods in org.verapdf.cos.visitor that return COSXRefInfo Modifier and Type Method Description COSXRefInfoWriter. getXRefInfo() -
Uses of COSXRefInfo in org.verapdf.io
Methods in org.verapdf.io with parameters of type COSXRefInfo Modifier and Type Method Description voidCOSXRefTableReader. set(COSXRefInfo info)Method parameters in org.verapdf.io with type arguments of type COSXRefInfo Modifier and Type Method Description voidCOSXRefTableReader. set(List<COSXRefInfo> infos)Constructors in org.verapdf.io with parameters of type COSXRefInfo Constructor Description COSXRefTableReader(COSXRefInfo info)Constructor parameters in org.verapdf.io with type arguments of type COSXRefInfo Constructor Description COSXRefTableReader(List<COSXRefInfo> info) -
Uses of COSXRefInfo in org.verapdf.parser
Methods in org.verapdf.parser with parameters of type COSXRefInfo Modifier and Type Method Description protected voidXRefReader. setXRefInfo(COSXRefInfo info)Method parameters in org.verapdf.parser with type arguments of type COSXRefInfo Modifier and Type Method Description voidPDFParser. getXRefInfo(List<COSXRefInfo> infos)protected voidXRefReader. setXRefInfo(List<COSXRefInfo> infos)Constructors in org.verapdf.parser with parameters of type COSXRefInfo Constructor Description XRefReader(COSXRefInfo info)Constructor parameters in org.verapdf.parser with type arguments of type COSXRefInfo Constructor Description XRefReader(List<COSXRefInfo> infos)
-