| Package | Description |
|---|---|
| com.groupdocs.signature |
The GroupDocs.Signature namespace provides classes for signing documents of different formats with stamps, barcodes, QR-codes, text, image, metadata, form field and digital signatures.
|
| com.groupdocs.signature.options.saveoptions |
The GroupDocs.Signature.Options.SaveOptions namespace provides classes for working with SaveOptions options.
|
| Constructor and Description |
|---|
Signature(InputStream document,
LoadOptions loadOptions)
Initializes new instance of
Signature class with document provided by stream and load options LoadOptions(Signature.getLoadOptions()/Signature.setLoadOptions(LoadOptions)). |
Signature(InputStream document,
LoadOptions loadOptions,
SignatureSettings settings)
Initializes new instance of
Signature class instance with document provided by stream, load options LoadOptions(Signature.getLoadOptions()/Signature.setLoadOptions(LoadOptions)) and settings SignatureSettings. |
Signature(com.aspose.ms.System.IO.Stream document,
LoadOptions loadOptions)
Deprecated.
|
Signature(String filePath,
LoadOptions loadOptions)
Initializes new instance of
Signature class instance with document provided by file path and LoadOptions(Signature.getLoadOptions()/Signature.setLoadOptions(LoadOptions)). |
Signature(String filePath,
LoadOptions loadOptions,
SignatureSettings settings)
Initializes new instance of
Signature class instance with document provided by file path, LoadOptions(Signature.getLoadOptions()/Signature.setLoadOptions(LoadOptions)) and SignatureSettings. |
| Modifier and Type | Method and Description |
|---|---|
static int |
SpreadsheetSaveOptions.getAsposeSaveFormat(LoadOptions loadOptions)
Deprecated.
|
static int |
WordProcessingSaveOptions.getAsposeSaveFormat(LoadOptions loadOptions,
boolean encrypted)
Deprecated.
|
static int |
SpreadsheetSaveOptions.getAsposeSaveFormat(LoadOptions loadOptions,
SaveOptions saveOptions)
Deprecated.
|
static int |
WordProcessingSaveOptions.getAsposeSaveFormat(LoadOptions loadOptions,
SaveOptions saveOptions,
boolean encrypted)
Deprecated.
|
static String |
WordProcessingSaveOptions.getFileExtension(LoadOptions loadOptions,
SaveOptions saveOptions,
boolean encrypted)
Deprecated.
|
Copyright © 2024. All rights reserved.