121122123124125126127128129
public PDNameTreeNode getIDTree() { COSDictionary idTreeDic = (COSDictionary) this.getCOSDictionary().getDictionaryObject(COSName.ID_TREE); if (idTreeDic != null) { return new PDNameTreeNode(idTreeDic, PDStructureElement.class); } return null; }
114115116117118119120121122
686970717273747576
{ COSDictionary idTreeDic = (COSDictionary) this.getCOSDictionary() .getDictionaryObject(COSName.ID_TREE); if (idTreeDic != null) { return new PDNameTreeNode(idTreeDic, PDStructureElement.class); } return null; }