Class XrefTableValidationContext
java.lang.Object
com.itextpdf.kernel.validation.context.XrefTableValidationContext
- All Implemented Interfaces:
-
IValidationContext
Class for
PdfXrefTable
validation context.
-
Constructor Summary
ConstructorDescriptionXrefTableValidationContext
(PdfXrefTable xrefTable) Instantiates a newXrefTableValidationContext
based on pdf xref table. -
Method Summary
-
Constructor Details
-
XrefTableValidationContext
Instantiates a newXrefTableValidationContext
based on pdf xref table.- Parameters:
-
xrefTable
- the pdf xref table
-
-
Method Details
-
getXrefTable
Gets the pdf xref table.- Returns:
- the pdf xref table
-
getType
Description copied from interface:IValidationContext
Gets type of the context.- Specified by:
-
getType
in interfaceIValidationContext
- Returns:
- the type
-