Uses of Interface
eu.europa.esig.dss.pdf.PdfObject
Packages that use PdfObject
-
Uses of PdfObject in eu.europa.esig.dss.pdf
Subinterfaces of PdfObject in eu.europa.esig.dss.pdfModifier and TypeInterfaceDescriptioninterfaceThe usage of this interface permit the user to choose the underlying PDF library use to created PDF signatures.interfaceThe usage of this interface permit the user to choose the underlying PDF library use to created PDF signatures.Classes in eu.europa.esig.dss.pdf that implement PdfObjectModifier and TypeClassDescriptionclassRepresents a wrapper for a simple value (Integer, String, etc.), extracted from a PDFMethods in eu.europa.esig.dss.pdf that return PdfObjectModifier and TypeMethodDescriptionPdfArray.getObject(int i) Returns an object entry at the position iReturns a PDF objectPdfObject.getParent()Returns parent of the current PdfObject if applicablePdfSimpleObject.getParent()Methods in eu.europa.esig.dss.pdf with parameters of type PdfObjectModifier and TypeMethodDescriptionvoidAddspdfObjectvoidPdfDict.setPdfObjectValue(String key, PdfObject pdfObject) Sets the DictionarypdfObjectwith the givenkeyConstructors in eu.europa.esig.dss.pdf with parameters of type PdfObjectModifierConstructorDescriptionPdfSimpleObject(Object value, PdfObject parent) Constructor with a parent -
Uses of PdfObject in eu.europa.esig.dss.pdf.modifications
Methods in eu.europa.esig.dss.pdf.modifications that return PdfObjectModifier and TypeMethodDescriptionObjectModification.getFinalObject()Gets a final document revision objectObjectModification.getOriginalObject()Gets a signed revision objectMethods in eu.europa.esig.dss.pdf.modifications with parameters of type PdfObjectModifier and TypeMethodDescriptionstatic ObjectModificationObjectModification.create(PdfObjectTree objectTree, PdfObject finalObject) CreatesObjectModificationfor a new object creation changestatic ObjectModificationObjectModification.delete(PdfObjectTree objectTree, PdfObject originalObject) CreatesObjectModificationfor an object removal changestatic ObjectModificationObjectModification.modify(PdfObjectTree objectTree, PdfObject originalObject, PdfObject finalObject) CreatesObjectModificationfor an object modification change