Java org.apache.pdfbox.pdmodel PDDocumentCatalog fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel PDDocumentCatalog fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel PDDocumentCatalog.

The text is from its open source code.

Method

voidaddOutputIntent(PDOutputIntent outputIntent)
Add an OutputIntent to the list.
PDAcroFormgetAcroForm()
Get the documents AcroForm.
COSDictionarygetCOSObject()
Convert this standard java object to a COS object.
PDDocumentOutlinegetDocumentOutline()
Get the outline associated with this document or null if it does not exist.
StringgetLanguage()
Returns the language for the document, or null.
PDMetadatagetMetadata()
Get the metadata that is part of the document catalog.
PDDocumentNameDictionarygetNames()
PDDestinationOrActiongetOpenAction()
Get the Document Open Action for this object.
PageLayoutgetPageLayout()
Returns the page layout.
PageModegetPageMode()
Returns the page display mode.
PDPageTreegetPages()
Returns all pages in the document, as a page tree.
PDStructureTreeRootgetStructureTreeRoot()
Get the document's structure tree root, or null if none exists.
StringgetVersion()
Returns the PDF specification version this document conforms to.
voidsetAcroForm(PDAcroForm acroForm)
Sets the AcroForm for this catalog.
voidsetDocumentOutline(PDDocumentOutline outlines)
Sets the document outlines.
voidsetMetadata(PDMetadata meta)
Sets the metadata for this object.
voidsetNames(PDDocumentNameDictionary names)
Sets the names dictionary for the document.
voidsetOpenAction(PDDestinationOrAction action)
Sets the Document Open Action for this object.
voidsetPageLayout(PageLayout layout)
Sets the page layout.
voidsetPageMode(PageMode mode)
Sets the page mode.