Uses of Class
com.datalogics.PDFL.NameTree
Packages that use NameTree
-
Uses of NameTree in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return NameTreeModifier and TypeMethodDescriptionDocument.createNameTree(String nameTreeName) Retrieves the name tree inside the Names dictionary with the specified key name, or creates it if it does not exist.static final NameTreePDFLJNI.Document_createNameTree(long jarg1, Document jarg1_, String jarg2) static final NameTreePDFLJNI.Document_getNameTree(long jarg1, Document jarg1_, String jarg2) Document.getNameTree(String nameTreeName) Retrieves the name tree inside the Names dictionary with the specified key name.Methods in com.datalogics.PDFL with parameters of type NameTreeModifier and TypeMethodDescriptionstatic final voidPDFLJNI.NameTree_DisposeChildren(long jarg1, NameTree jarg1_) static final voidPDFLJNI.NameTree_enumEntries(long jarg1, NameTree jarg1_, long jarg2, PDFObjectEnumProc jarg2_) static final PDFObjectPDFLJNI.NameTree_get(long jarg1, NameTree jarg1_, long jarg2, PDFString jarg2_) static final PDFDictPDFLJNI.NameTree_getPDFDict(long jarg1, NameTree jarg1_) static final voidPDFLJNI.NameTree_put(long jarg1, NameTree jarg1_, long jarg2, PDFString jarg2_, long jarg3, PDFObject jarg3_) static final voidPDFLJNI.NameTree_remove(long jarg1, NameTree jarg1_, long jarg2, PDFString jarg2_) static final booleanPDFLJNI.NameTree_sameTypeEquals(long jarg1, NameTree jarg1_, long jarg2, NameTree jarg2_)