public class PdfDocumentValidationContext extends Object implements IValidationContext
PdfDocument validation context.| Constructor and Description |
|---|
PdfDocumentValidationContext(PdfDocument pdfDocument,
Collection<PdfFont> documentFonts)
Instantiates a new
PdfDocumentValidationContext based on document and document fonts. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PdfFont> |
getDocumentFonts()
Gets the document fonts.
|
PdfDocument |
getPdfDocument()
Gets the pdf document.
|
ValidationType |
getType()
Gets type of the context.
|
public PdfDocumentValidationContext(PdfDocument pdfDocument, Collection<PdfFont> documentFonts)
PdfDocumentValidationContext based on document and document fonts.pdfDocument - the pdf documentdocumentFonts - the document fontspublic PdfDocument getPdfDocument()
public Collection<PdfFont> getDocumentFonts()
public ValidationType getType()
IValidationContextgetType in interface IValidationContextCopyright © 1998–2025 Apryse Group NV. All rights reserved.