PDDocumentOutline should not have getParent()
---------------------------------------------
Key: PDFBOX-645
URL: https://issues.apache.org/jira/browse/PDFBOX-645
Project: PDFBox
Issue Type: Bug
Components: PDModel
Reporter: Johannes Koch
Priority: Minor
Currently, as PDDocumentOutline is a sub-class of PDOutlineNode, it has a
public getParent() method. According to PDF 32000-1:2008 section 12.3.3 there's
no Parent entry in an outline dictionary. So we should make
PDOutlineNode.getParent() protected and make it public in PDOutlineItem. Patch
following soon.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.