Uses of Class
com.datalogics.PDFL.PDFDict
Packages that use PDFDict
-
Uses of PDFDict in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return PDFDictModifier and TypeMethodDescriptionstatic final PDFDictPDFLJNI.Action_getPDFDict(long jarg1, Action jarg1_) static final PDFDictPDFLJNI.Annotation_getPDFDict(long jarg1, Annotation jarg1_) static final PDFDictPDFLJNI.Bookmark_getPDFDict(long jarg1, Bookmark jarg1_) static final PDFDictPDFLJNI.Container_getPDFDict(long jarg1, Container jarg1_) static final PDFDictPDFLJNI.DeviceNColorSpace_getAttributes(long jarg1, DeviceNColorSpace jarg1_) static final PDFDictPDFLJNI.Document_getInfoDict(long jarg1, Document jarg1_) static final PDFDictPDFLJNI.Document_getRoot(long jarg1, Document jarg1_) static final PDFDictPDFLJNI.ExtendedGraphicState_getPDFDict(long jarg1, ExtendedGraphicState jarg1_) static final PDFDictPDFLJNI.Font_getPDFDict(long jarg1, Font jarg1_) DeviceNColorSpace.getAttributes()The dictionary of extended attributes associated with the color space.PDFStream.getDict()The encoding dictionary for the stream.Document.getInfoDict()The Info dictionary of the document as a PDFObject.Action.getPDFDict()Retrieve the PDFObject representation of this objectAnnotation.getPDFDict()Retrieve the PDFObject representation of this objectBookmark.getPDFDict()Get the dictionary associated with the bookmark.Container.getPDFDict()Retrieve the PDFObject representation of this objectExtendedGraphicState.getPDFDict()Get the dictionary associated with the extended graphic state.Font.getPDFDict()Retrieve the PDFDict representation of this objectNameTree.getPDFDict()Return the PDFDict of this NameTree.NumberTree.getPDFDict()Return the PDFDict of this NumberTree.OptionalContentConfig.getPDFDict()Retrieve the PDFObject representation of this objectOptionalContentGroup.getPDFDict()Retrieve the PDFObject representation of this objectPage.getPDFDict()Retrieve the PDFObject representation of this object.Document.getRoot()The Catalog of the document as a PDFObject.static final PDFDictPDFLJNI.NameTree_getPDFDict(long jarg1, NameTree jarg1_) static final PDFDictPDFLJNI.NumberTree_getPDFDict(long jarg1, NumberTree jarg1_) static final PDFDictPDFLJNI.OptionalContentConfig_getPDFDict(long jarg1, OptionalContentConfig jarg1_) static final PDFDictPDFLJNI.OptionalContentGroup_getPDFDict(long jarg1, OptionalContentGroup jarg1_) static final PDFDictPDFLJNI.Page_getPDFDict(long jarg1, Page jarg1_) static final PDFDictPDFLJNI.PDFStream_getDict(long jarg1, PDFStream jarg1_) Methods in com.datalogics.PDFL with parameters of type PDFDictModifier and TypeMethodDescriptionstatic final voidPDFLJNI.Document_lookForKidsInNameTree(long jarg1, Document jarg1_, long jarg2, PDFDict jarg2_, long jarg3, com.datalogics.PDFL.FileAttachmentPtrVector jarg3_) voidDocument.lookForKidsInNameTree(PDFDict nameTree, List<FileAttachment> attachments) static final longPDFLJNI.new_Container__SWIG_2(String jarg1, long jarg2, PDFDict jarg2_, boolean jarg3) static final longPDFLJNI.new_PDFStream__SWIG_0(long jarg1, com.datalogics.PDFL.BaseInputNozzle jarg1_, long jarg2, Document jarg2_, long jarg3, PDFDict jarg3_, long jarg4, PDFArray jarg4_) static final longPDFLJNI.new_PDFStream__SWIG_1(long jarg1, com.datalogics.PDFL.BaseInputNozzle jarg1_, long jarg2, PDFObject jarg2_, long jarg3, PDFDict jarg3_, long jarg4, PDFArray jarg4_) static final booleanPDFLJNI.PDFDict_contains__SWIG_0(long jarg1, PDFDict jarg1_, long jarg2, PDFName jarg2_) static final booleanPDFLJNI.PDFDict_contains__SWIG_1(long jarg1, PDFDict jarg1_, String jarg2) static final voidPDFLJNI.PDFDict_DisposeChildren(long jarg1, PDFDict jarg1_) static final PDFObjectPDFLJNI.PDFDict_get__SWIG_0(long jarg1, PDFDict jarg1_, long jarg2, PDFName jarg2_) static final PDFObjectPDFLJNI.PDFDict_get__SWIG_1(long jarg1, PDFDict jarg1_, String jarg2) static final longPDFLJNI.PDFDict_getKeys(long jarg1, PDFDict jarg1_) static final StringPDFLJNI.PDFDict_getXMPMetadata(long jarg1, PDFDict jarg1_) static final voidPDFLJNI.PDFDict_put__SWIG_0(long jarg1, PDFDict jarg1_, long jarg2, PDFName jarg2_, long jarg3, PDFObject jarg3_) static final voidPDFLJNI.PDFDict_put__SWIG_1(long jarg1, PDFDict jarg1_, String jarg2, long jarg3, PDFObject jarg3_) static final voidPDFLJNI.PDFDict_remove__SWIG_0(long jarg1, PDFDict jarg1_, long jarg2, PDFName jarg2_) static final voidPDFLJNI.PDFDict_remove__SWIG_1(long jarg1, PDFDict jarg1_, String jarg2) static final voidPDFLJNI.PDFDict_setXMPMetadata(long jarg1, PDFDict jarg1_, String jarg2) static final StringPDFLJNI.PDFDict_toString(long jarg1, PDFDict jarg1_) static final voidPDFLJNI.PDFStream_setDataInternal(long jarg1, PDFStream jarg1_, long jarg2, com.datalogics.PDFL.BaseInputNozzle jarg2_, long jarg3, PDFDict jarg3_, long jarg4, PDFArray jarg4_) voidPDFStream.SetData(InputStream stream, PDFDict encoding_dict, PDFArray encoding_params) Replace the data in this PDFStreamConstructors in com.datalogics.PDFL with parameters of type PDFDictModifierConstructorDescriptionCreate a new Container with a given Marked Content Tag and Property list.PDFStream(InputStream stream, Document doc, PDFDict encoding_dict, PDFArray encoding_params) General constructorPDFStream(InputStream stream, PDFObject docFromObj, PDFDict encoding_dict, PDFArray encoding_params) General constructor