Uses of Class
org.verapdf.cos.xref.COSXRefSection
-
Packages that use COSXRefSection Package Description org.verapdf.cos.visitor org.verapdf.cos.xref org.verapdf.parser -
-
Uses of COSXRefSection in org.verapdf.cos.visitor
Methods in org.verapdf.cos.visitor with parameters of type COSXRefSection Modifier and Type Method Description protected voidWriter. write(COSXRefSection value) -
Uses of COSXRefSection in org.verapdf.cos.xref
Methods in org.verapdf.cos.xref that return COSXRefSection Modifier and Type Method Description COSXRefSectionCOSXRefInfo. getXRefSection()Methods in org.verapdf.cos.xref with parameters of type COSXRefSection Modifier and Type Method Description voidCOSXRefInfo. setXref(COSXRefSection xref)Sets xref section object. -
Uses of COSXRefSection in org.verapdf.parser
Methods in org.verapdf.parser with parameters of type COSXRefSection Modifier and Type Method Description protected voidPDFParser. parseXrefTable(COSXRefSection xrefs)
-