Uses of Class
com.itextpdf.kernel.pdf.PdfCatalog
-
Packages that use PdfCatalog Package Description com.itextpdf.kernel.pdf com.itextpdf.pdfa.checker com.itextpdf.pdfua.checkers -
-
Uses of PdfCatalog in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfCatalog Modifier and Type Field Description protected PdfCatalog
PdfDocument. catalog
Document catalog.private PdfCatalog
PdfNameTree. catalog
private PdfCatalog
PdfNumTree. catalog
Methods in com.itextpdf.kernel.pdf that return PdfCatalog Modifier and Type Method Description PdfCatalog
PdfDocument. getCatalog()
Gets PDF catalog.PdfCatalog
PdfCatalog. put(PdfName key, PdfObject value)
Add key and value toPdfCatalog
dictionary.PdfCatalog
PdfCatalog. remove(PdfName key)
Remove key from catalog dictionary.PdfCatalog
PdfCatalog. setAdditionalAction(PdfName key, PdfAction action)
The actions that shall be taken in response to various trigger events affecting the document as a whole.PdfCatalog
PdfCatalog. setCollection(PdfCollection collection)
Sets collection dictionary that a conforming reader shall use to enhance the presentation of file attachments stored in the PDF document.PdfCatalog
PdfCatalog. setOpenAction(PdfAction action)
A value specifying an action that shall be performed when the document is opened.PdfCatalog
PdfCatalog. setOpenAction(PdfDestination destination)
A value specifying a destination that shall be displayed when the document is opened.PdfCatalog
PdfCatalog. setPageLayout(PdfName pageLayout)
This method sets a page layout of the documentPdfCatalog
PdfCatalog. setPageMode(PdfName pageMode)
This method sets a page mode of the document.PdfCatalog
PdfCatalog. setViewerPreferences(PdfViewerPreferences preferences)
This method sets the document viewer preferences, specifying the way the document shall be displayed on the screenConstructors in com.itextpdf.kernel.pdf with parameters of type PdfCatalog Constructor Description PdfNameTree(PdfCatalog catalog, PdfName treeType)
Creates the NameTree of current DocumentPdfNumTree(PdfCatalog catalog, PdfName treeType)
Creates the NumberTree of current DocumentPdfPagesTree(PdfCatalog pdfCatalog)
Creates a PdfPages tree. -
Uses of PdfCatalog in com.itextpdf.pdfa.checker
Methods in com.itextpdf.pdfa.checker with parameters of type PdfCatalog Modifier and Type Method Description protected void
PdfA1Checker. checkCatalog(PdfCatalog catalog)
Verify the conformity of the pdf catalog.protected void
PdfA4Checker. checkCatalog(PdfCatalog catalog)
Verify the conformity of the pdf catalog.protected abstract void
PdfAChecker. checkCatalog(PdfCatalog catalog)
Verify the conformity of the pdf catalog.void
PdfAChecker. checkDocument(PdfCatalog catalog)
This method checks a number of document-wide requirements of the PDF/A standard. -
Uses of PdfCatalog in com.itextpdf.pdfua.checkers
Methods in com.itextpdf.pdfua.checkers with parameters of type PdfCatalog Modifier and Type Method Description private void
PdfUA1Checker. checkCatalog(PdfCatalog catalog)
protected void
PdfUA1Checker. checkMetadata(PdfCatalog catalog)
private void
PdfUA1Checker. checkViewerPreferences(PdfCatalog catalog)
-