Package | Description |
---|---|
com.groupdocs.signature.domain.signatures.formfield |
The GroupDocs.Signature.Domain.Signatures.FormField namespace provides classes for working with FormField signatures
|
com.groupdocs.signature.handler |
The GroupDocs.Signature.Handler namespace provides classes for input and output Data Handlers.
|
com.groupdocs.signature.handler.output |
The GroupDocs.Signature.Handler.Output namespace provides classes for customization of Output Data Handler.
|
com.groupdocs.signature.options |
The GroupDocs.Signature.Options namespace provides classes for Signature options.
|
com.groupdocs.signature.options.barcodesignature |
The GroupDocs.Signature.Options.BarcodeSignature namespace provides classes for working with BarcodeSignature options
|
com.groupdocs.signature.options.digitalsignature |
The GroupDocs.Signature.Options.DigitalSearch namespace provides classes for working with DigitalSearch options.
|
com.groupdocs.signature.options.formfieldsignature |
The GroupDocs.Signature.Options.FormFieldSignature namespace provides classes for working with FormFieldSignature options.
|
com.groupdocs.signature.options.imagesignature |
The GroupDocs.Signature.Options.ImageSignature namespace provides classes for working with ImageSignature options.
|
com.groupdocs.signature.options.metadatasignature |
The GroupDocs.Signature.Options.Metadatasignature namespace provides classes for working with Metadatasignature options.
|
com.groupdocs.signature.options.qrcodesignature |
The GroupDocs.Signature.Options.QRCodeSignature namespace provides classes for working with QRCodeSignature options.
|
com.groupdocs.signature.options.stampsignature |
The GroupDocs.Signature.Options.StampSignature namespace provides classes for working with StampSignature options.
|
com.groupdocs.signature.options.textsignature |
The GroupDocs.Signature.Options.TextSignature namespace provides classes for working with TextSignature options.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.pdf.Field |
FormFieldSignature.getPdfFieldObject(SignOptions signOptions,
com.aspose.pdf.Page page,
com.aspose.pdf.Rectangle rect,
int pages)
Deprecated.
|
com.aspose.pdf.Field |
PdfCheckboxFormFieldSignature.getPdfFieldObject(SignOptions signOptions,
com.aspose.pdf.Page page,
com.aspose.pdf.Rectangle rect,
int pages)
Deprecated.
|
com.aspose.pdf.Field |
PdfDigitalFormFieldSignature.getPdfFieldObject(SignOptions signOptions,
com.aspose.pdf.Page page,
com.aspose.pdf.Rectangle rect,
int pages)
Deprecated.
|
com.aspose.pdf.Field |
PdfTextFormFieldSignature.getPdfFieldObject(SignOptions signOptions,
com.aspose.pdf.Page page,
com.aspose.pdf.Rectangle rect,
int pages)
Deprecated.
|
void |
FormFieldSignature.postPdfFormAdd(SignOptions signOptions,
com.aspose.pdf.Form Form,
com.aspose.pdf.Field formField)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
T |
SignatureHandler.sign(InputStream stream,
SignOptions signOptions)
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(InputStream stream,
SignOptions signOptions,
SaveOptions saveOptions)
Sign the document from file quid with SignOptions, load and save options
|
T |
SignatureHandler.sign(String guid,
SignOptions signOptions)
Sign the document from file quid with SignOptions
|
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
|
T |
SignatureHandler.sign(String guid,
SignOptions signOptions,
SaveOptions saveOptions)
Sign the document from file quid with SignOptions, load and save options
|
Modifier and Type | Method and Description |
---|---|
OutputStream |
IOutputDataHandler.createFile(FileDescription fileDescription,
SignOptions signOptions,
SaveOptions saveOptions) |
OutputStream |
IOutputDataHandler.createStream(FileDescription fileDescription,
SignOptions signOptions,
SaveOptions saveOptions) |
Modifier and Type | Method and Description |
---|---|
SignOptions |
SignatureOptionsCollection.getFirstOrDefault()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.List<SignOptions> |
SignatureOptionsCollection.getBarcodeItems()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<SignOptions> |
SignatureOptionsCollection.getDigitalItems()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<SignOptions> |
SignatureOptionsCollection.getFormFieldItems()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<SignOptions> |
SignatureOptionsCollection.getImageItems()
Deprecated.
|
List<SignOptions> |
SignatureOptionsCollection.getItems()
List of Signature Options records.
|
com.aspose.ms.System.Collections.Generic.List<SignOptions> |
SignatureOptionsCollection.getItems(int signatureType)
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<SignOptions> |
SignatureOptionsCollection.getMetadataItems()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<SignOptions> |
SignatureOptionsCollection.getQRCodeItems()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<SignOptions> |
SignatureOptionsCollection.getStampItems()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<SignOptions> |
SignatureOptionsCollection.getTextItems()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<SignOptions> |
SignatureOptionsCollection.iterator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SignatureOptionsCollection.add(SignOptions options)
Adds an SignOptions object to collection.
|
static int |
SignatureOptionsCollection.getSignatureType(SignOptions signOptions)
Deprecated.
|
boolean |
SignatureOptionsCollection.remove(SignOptions options)
Removes an SignOptions object from collection.
|
Constructor and Description |
---|
SignatureOptionsCollection(SignOptions options)
Create SignatureOptionsCollection instance with one Signature Options value.
|
Constructor and Description |
---|
SignatureOptionsCollection(List<SignOptions> items)
Create SignatureOptionsCollection instance with list of Signature Options objects.
|
Modifier and Type | Class and Description |
---|---|
class |
BarcodeSignOptions
Represents the Barcode Signature Options.
|
class |
CellsBarcodeSignOptions
Represents the Barcode Signature Options for Cells Documents.
|
class |
ImagesBarcodeSignOptions
Represents the Barcode Signature Options for Images Documents.
|
class |
PdfBarcodeSignOptions
Represents the Barcode Signature Options for PDF Documents.
|
class |
SlidesBarcodeSignOptions
Represents the Barcode Signature Options for Slides Documents.
|
class |
WordsBarcodeSignOptions
Represents the Barcode Signature Options for Words Documents.
|
Modifier and Type | Class and Description |
---|---|
class |
CellsSignDigitalOptions
Represents the Digital Signature Options for Cells Documents.
|
class |
PdfSignDigitalOptions
Represents the Digital Signature Options for PDF Documents.
|
class |
SignDigitalOptions
Represents the Digital Signature Options.
|
class |
SlidesSignDigitalOptions
Represents the Digital Signature Options for Slides Documents.
|
class |
WordsSignDigitalOptions
Represents the Digital Signature Options for Words Documents.
|
Modifier and Type | Class and Description |
---|---|
class |
PdfFormFieldSignOptions
Represents class of the FormField Signature Options for Pdf Documents.
|
Modifier and Type | Class and Description |
---|---|
class |
CellsSignImageOptions
Represents the Image Signature Options for Cells Documents.
|
class |
ImagesSignImageOptions
Represents the Image Signature Options for Images Documents.
|
class |
PdfSignImageOptions
Represents the Image Signature Options for PDF Documents.
|
class |
SignImageOptions
Represents the Image Signature Options.
|
class |
SlidesSignImageOptions
Represents the Image Signature Options for Slides Documents.
|
class |
WordsSignImageOptions
Represents the Image Signature Options for Words Documents.
|
Modifier and Type | Class and Description |
---|---|
class |
CellsMetadataSignOptions
Represents the Metadata Signature Options for Cells Documents.
|
class |
MetadataSignOptions
Represents abstract class of the Metadata Signature Options.
|
class |
PdfMetadataSignOptions
Represents the Metadata Signature Options for PDF Documents.
|
class |
SlidesMetadataSignOptions
Represents the Metadata Signature Options for Slides Documents.
|
class |
WordsMetadataSignOptions
Represents the Metadata Signature Options for Words Documents.
|
Modifier and Type | Class and Description |
---|---|
class |
CellsQRCodeSignOptions
Represents the QRCode Signature Options for Cells Documents.
|
class |
ImagesQRCodeSignOptions
Represents the QRCode Signature Options for Images Documents.
|
class |
PdfQRCodeSignOptions
Represents the QRCode Signature Options for PDF Documents.
|
class |
QRCodeSignOptions
Represents the QR-Code Signature Options.
|
class |
SlidesQRCodeSignOptions
Represents the QRCode Signature Options for Slides Documents.
|
class |
WordsQRCodeSignOptions
Represents the QRCode Signature Options for Words Documents.
|
Modifier and Type | Class and Description |
---|---|
class |
CellsStampSignOptions
Represents the Stamp Signature Options for Cells Documents.
|
class |
ImagesStampSignOptions
Represents the Stamp Signature Options for Images Documents.
|
class |
PdfStampSignOptions
Represents the Stamp Signature Options for PDF Documents.
|
class |
SlidesStampSignOptions
Represents the Stamp Signature Options for Slides Documents.
|
class |
StampSignOptions
Represents the Stamp Signature Options.
|
class |
WordsStampSignOptions
Represents the Stamp Signature Options for Words Documents.
|
Modifier and Type | Class and Description |
---|---|
class |
CellsSignTextOptions
Represents the Text Signature Options for Cells Documents.
|
class |
ImagesSignTextOptions
Represents the Text Signature Options for Images Documents.
|
class |
PdfSignTextOptions
Represents the Text Signature Options for PDF Documents.
|
class |
SignTextOptions
Represents the Text Signature Options.
|
class |
SlidesSignTextOptions
Represents the Text Signature Options for Slides Documents.
|
class |
WordsSignTextOptions
Represents the Text Signature Options for Words Documents.
|
Copyright © 2019. All rights reserved.