Uses of Class
org.faceless.pdf2.SignatureHandler.Placeholder
-
Packages that use SignatureHandler.Placeholder Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of SignatureHandler.Placeholder in org.faceless.pdf2
Methods in org.faceless.pdf2 that return types with arguments of type SignatureHandler.Placeholder Modifier and Type Method Description Map<String,SignatureHandler.Placeholder>
EGIZSignatureHandler. getVariables()
Map<String,SignatureHandler.Placeholder>
SignatureHandler. getVariables()
Return the list of "variables" which will be set by the handler after the PDF is rendered.Method parameters in org.faceless.pdf2 with type arguments of type SignatureHandler.Placeholder Modifier and Type Method Description void
EGIZSignatureHandler. postDigest(long filelength, Map<String,SignatureHandler.Placeholder> variables)
protected void
SignatureHandler. postDigest(long filelength, Map<String,SignatureHandler.Placeholder> variables)
Update any Variables that need to be updated after the Digest is calculated (eg Contents).void
EGIZSignatureHandler. preDigest(long filelength, Map<String,SignatureHandler.Placeholder> variables)
protected void
SignatureHandler. preDigest(long filelength, Map<String,SignatureHandler.Placeholder> variables)
Update any Variables that need to be updated before the Digest is calculated (eg ByteRange).
-