Package | Description |
---|---|
com.groupdocs.signature.handler |
The GroupDocs.Signature.Handler namespace provides classes for input and output Data Handlers
|
com.groupdocs.signature.options.saveoptions |
The GroupDocs.Signature.Options.SaveOptions namespace provides classes for working with SaveOptions options.
|
Modifier and Type | Method and Description |
---|---|
T |
SignatureHandler.sign(InputStream stream,
SignatureOptionsCollection collection,
LoadOptions loadOptions)
Sign the document from file quid with SignOptions, load and save options
|
T |
SignatureHandler.sign(InputStream stream,
SignatureOptionsCollection collection,
LoadOptions loadOptions,
SaveOptions saveOptions)
Sign the document from file quid with SignOptions, load and save options
|
T |
SignatureHandler.sign(InputStream stream,
SignOptions signOptions,
LoadOptions loadOptions)
Sign the document from file quid with SignOptions, load and save options
|
T |
SignatureHandler.sign(InputStream stream,
SignOptions signOptions,
LoadOptions loadOptions,
SaveOptions saveOptions)
Sign the document from file quid with SignOptions, load and save options
|
T |
SignatureHandler.sign(String guid,
SignatureOptionsCollection collection,
LoadOptions loadOptions)
Sign the document from file quid with List of Signature Options and Load Options
|
T |
SignatureHandler.sign(String guid,
SignatureOptionsCollection collection,
LoadOptions loadOptions,
SaveOptions saveOptions)
Sign the document from file quid with SignOptions, load and save options
|
T |
SignatureHandler.sign(String guid,
SignOptions signOptions,
LoadOptions loadOptions)
Sign the document from file quid with SignOptions, load and save options
|
T |
SignatureHandler.sign(String guid,
SignOptions signOptions,
LoadOptions loadOptions,
SaveOptions saveOptions)
Sign the document from file quid with SignOptions, load and save options
|
VerificationResult |
SignatureHandler.verify(InputStream stream,
VerifyOptionsCollection collection,
LoadOptions loadOptions)
Verify the document from file quid with list of VerifyOptions
|
VerificationResult |
SignatureHandler.verify(InputStream stream,
VerifyOptions verifyOptions,
LoadOptions loadOptions)
Verify the document from stream with VerifyOptions
|
VerificationResult |
SignatureHandler.verify(String guid,
VerifyOptionsCollection collection,
LoadOptions loadOptions)
Verify the document from file quid with list of VerifyOptions
|
VerificationResult |
SignatureHandler.verify(String guid,
VerifyOptions verifyOptions,
LoadOptions loadOptions)
Verify the document from file quid with VerifyOptions and specified Load Options
|
Modifier and Type | Method and Description |
---|---|
static int |
CellsSaveOptions.getAsposeSaveFormat(LoadOptions loadOptions,
SaveOptions saveOptions) |
static int |
WordsSaveOptions.getAsposeSaveFormat(LoadOptions loadOptions,
SaveOptions saveOptions,
boolean encrypted) |
static String |
WordsSaveOptions.getFileExtension(LoadOptions loadOptions,
SaveOptions saveOptions,
boolean encrypted) |
Copyright © 2017. All rights reserved.