You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2018/12/27 19:15:00 UTC

[jira] [Created] (PDFBOX-4414) Clean up PDStructureTreeRoot.getRoleMap() and putRoleMap()

Tilman Hausherr created PDFBOX-4414:
---------------------------------------

             Summary: Clean up PDStructureTreeRoot.getRoleMap() and putRoleMap()
                 Key: PDFBOX-4414
                 URL: https://issues.apache.org/jira/browse/PDFBOX-4414
             Project: PDFBox
          Issue Type: Bug
          Components: PDModel
    Affects Versions: 2.0.13
            Reporter: Tilman Hausherr
             Fix For: 3.0.0 PDFBox


I was trying to merge the structure tree role maps (PDFBOX-XXXX). PDStructureTreeRoot.getRoleMap() and putRoleMap() are difficult to use:
 - getRoleMap() returns different value type than setRoleMap
 - the value Object is a COSString and the map is backed by the
 - dictionary, unless the map is empty, then it is not.
 - doing "put" lands in COSDictionaryMap and one must use a COSString value
 - doing "get" brings a String
 - All this is not documented but it's unusable anyway.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org