Uses of Class
org.pdfbox.pdmodel.interactive.documentnavigation.outline.PDDocumentOutline

Packages that use PDDocumentOutline
org.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. 
 

Uses of PDDocumentOutline in org.pdfbox.pdmodel
 

Methods in org.pdfbox.pdmodel that return PDDocumentOutline
 PDDocumentOutline PDDocumentCatalog.getDocumentOutline()
          Get the outline associated with this document or null if it does not exist.
 

Methods in org.pdfbox.pdmodel with parameters of type PDDocumentOutline
 void PDDocumentCatalog.setDocumentOutline(PDDocumentOutline outlines)
          Set the document outlines.