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 TypeInterfaceDescriptioninterface
The usage of this interface permit the user to choose the underlying PDF library use to created PDF signatures.interface
The 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 TypeClassDescriptionclass
Represents 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 TypeMethodDescriptionvoid
AddspdfObject
void
PdfDict.setPdfObjectValue
(String key, PdfObject pdfObject) Sets the DictionarypdfObject
with the givenkey
Constructors 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 ObjectModification
ObjectModification.create
(PdfObjectTree objectTree, PdfObject finalObject) CreatesObjectModification
for a new object creation changestatic ObjectModification
ObjectModification.delete
(PdfObjectTree objectTree, PdfObject originalObject) CreatesObjectModification
for an object removal changestatic ObjectModification
ObjectModification.modify
(PdfObjectTree objectTree, PdfObject originalObject, PdfObject finalObject) CreatesObjectModification
for an object modification change