Uses of Class
com.datalogics.PDFL.PDFName
Packages that use PDFName
-
Uses of PDFName in com.datalogics.PDFL
Methods in com.datalogics.PDFL with parameters of type PDFNameModifier and TypeMethodDescriptionbooleanTests whether the given key exists in the dictionaryReturns the object matching the given key.static final booleanPDFLJNI.PDFDict_contains__SWIG_0(long jarg1, PDFDict jarg1_, long jarg2, PDFName jarg2_) static final PDFObjectPDFLJNI.PDFDict_get__SWIG_0(long jarg1, PDFDict jarg1_, long jarg2, PDFName jarg2_) static final voidPDFLJNI.PDFDict_put__SWIG_0(long jarg1, PDFDict jarg1_, long jarg2, PDFName jarg2_, long jarg3, PDFObject jarg3_) static final voidPDFLJNI.PDFDict_remove__SWIG_0(long jarg1, PDFDict jarg1_, long jarg2, PDFName jarg2_) static final voidPDFLJNI.PDFName_DisposeChildren(long jarg1, PDFName jarg1_) static final StringPDFLJNI.PDFName_getValue(long jarg1, PDFName jarg1_) static final StringPDFLJNI.PDFName_toString(long jarg1, PDFName jarg1_) voidPuts an object with the matching key into the dictionary, adding the entry if the key is not already present.voidRemoves a key/object pair from the dictionary.