org.pdfbox.pdmodel.interactive.documentnavigation.outline
Class PDDocumentOutline
- COSObjectable
public class PDDocumentOutline
This represents an outline in a pdf document.
appendChild, closeNode, getCOSDictionary, getCOSObject, getFirstChild, getLastChild, getOpenCount, getParent, isNodeOpen, openNode, setFirstChild, setLastChild, setOpenCount, setParent, updateParentOpenCount |
PDDocumentOutline
public PDDocumentOutline()
Default Constructor.
PDDocumentOutline
public PDDocumentOutline(COSDictionary dic)
Constructor for an existing document outline.
dic - The storage dictionary.