Uses of Interface
eu.europa.esig.dss.pdf.PdfObject
-
Uses of PdfObject in eu.europa.esig.dss.pdf
Modifier 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.Modifier and TypeClassDescriptionclass
Represents a wrapper for a simple value (Integer, String, etc.), extracted from a PDFModifier 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()
Modifier and TypeMethodDescriptionvoid
AddspdfObject
void
PdfDict.setPdfObjectValue
(String key, PdfObject pdfObject) Sets the DictionarypdfObject
with the givenkey
ModifierConstructorDescriptionPdfSimpleObject
(Object value, PdfObject parent) Constructor with a parent -
Uses of PdfObject in eu.europa.esig.dss.pdf.modifications
Modifier and TypeMethodDescriptionObjectModification.getFinalObject()
Gets a final document revision objectObjectModification.getOriginalObject()
Gets a signed revision objectModifier 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