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.domain |
The GroupDocs.Signature.Domain namespace provides classes for working with document representation.
|
com.groupdocs.signature.domain.documentpreview |
The GroupDocs.Signature.Domain.DocumentPreview namespace provides classes for working with document representation.
|
com.groupdocs.signature.domain.signatures |
The GroupDocs.Signature.Domain.Signatures namespace provides classes for working with Signatures
|
com.groupdocs.signature.domain.signatures.formfield |
The GroupDocs.Signature.Domain.Signatures.FormField namespace provides classes for working with FormField signatures
|
com.groupdocs.signature.domain.signatures.metadata |
The GroupDocs.Signature.Domain.Signatures.Metadata namespace provides classes for working with Metadata signatures
|
com.groupdocs.signature.options.sign |
The GroupDocs.Signature.Options.Sign namespace provides classes for working with Signature options
|
Modifier and Type | Method and Description |
---|---|
<T extends BaseSignature> |
Signature.search(Class<T> typeOfT,
int signatureType)
Searches for exact type of signatures in the document by
SignatureType value. |
<T extends BaseSignature> |
Signature.search(Class<T> typeOfT,
SearchOptions searchOptions)
Searches for signatures in a document by
SearchOptions options. |
Modifier and Type | Method and Description |
---|---|
boolean |
Signature.delete(OutputStream document,
BaseSignature signature)
Deletes passed signature
BaseSignature from the document. |
boolean |
Signature.delete(String filePath,
BaseSignature signature)
Deletes passed signature
BaseSignature from the document. |
void |
SignatureSettings.update(BaseSignature signature)
Deprecated.
|
boolean |
Signature.update(OutputStream document,
BaseSignature signature)
Updates passed signature
BaseSignature in the document. |
boolean |
Signature.update(String filePath,
BaseSignature signature)
Updates passed signatures
BaseSignature in the document. |
Modifier and Type | Method and Description |
---|---|
DeleteResult |
Signature.delete(OutputStream document,
List<BaseSignature> signatures)
Deletes passed list of signatures
BaseSignature from the document. |
DeleteResult |
Signature.delete(String filePath,
List<BaseSignature> signatures)
Deletes passed list of signatures
BaseSignature from the document. |
UpdateResult |
Signature.update(OutputStream document,
List<BaseSignature> signatures)
Updates passed signatures
BaseSignature in the document. |
UpdateResult |
Signature.update(String filePath,
List<BaseSignature> signatures)
Updates passed signatures
BaseSignature in the document. |
Modifier and Type | Method and Description |
---|---|
<T extends BaseSignature> |
SearchResult.toList(Class<T> typeOfT)
Provides conversion to strongly typed list of signatures.
|
<T extends BaseSignature> |
SearchResult.toListInternal(Class<T> typeOfT)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<BaseSignature> |
DeleteResult.getFailed()
List of signatures that were not deleted
BaseSignature . |
List<BaseSignature> |
IResult.getFailed()
List of signatures that were not processed
BaseSignature . |
List<BaseSignature> |
SignResult.getFailed()
List of signatures that were failed to create.
|
List<BaseSignature> |
UpdateResult.getFailed()
List of signatures that were not updated
BaseSignature . |
com.aspose.ms.System.Collections.Generic.List<BaseSignature> |
DeleteResult.getFailedInternal()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<BaseSignature> |
IResult.getFailedInternal()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<BaseSignature> |
SignResult.getFailedInternal()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<BaseSignature> |
UpdateResult.getFailedInternal()
Deprecated.
|
List<BaseSignature> |
ProcessLog.getSignatures()
The list of successfully processed signatures.
|
List<BaseSignature> |
SearchResult.getSignatures()
List of detected signatures
BaseSignature . |
com.aspose.ms.System.Collections.Generic.List<BaseSignature> |
SearchResult.getSignaturesInternal()
Deprecated.
|
List<BaseSignature> |
DeleteResult.getSucceeded()
List of successfully deleted signatures
BaseSignature . |
List<BaseSignature> |
IResult.getSucceeded()
List of successfully processed signatures
BaseSignature . |
List<BaseSignature> |
SignResult.getSucceeded()
List of newly created signatures
BaseSignature . |
List<BaseSignature> |
UpdateResult.getSucceeded()
List of successfully modified signatures
BaseSignature . |
com.aspose.ms.System.Collections.Generic.List<BaseSignature> |
DeleteResult.getSucceededInternal()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<BaseSignature> |
IResult.getSucceededInternal()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<BaseSignature> |
SignResult.getSucceededInternal()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<BaseSignature> |
UpdateResult.getSucceededInternal()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<BaseSignature> |
SearchResult.iterator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchResult.add(BaseSignature data)
Deprecated.
|
Constructor and Description |
---|
ProcessLog(com.groupdocs.signature.domain.signatures.metainfo.ActionMetaInfo actionMetaInfo,
List<BaseSignature> signatures)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
List<BaseSignature> |
DocumentInfo.auto_Signatures
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<BaseSignature> |
DocumentInfo.getSignatures()
Collection of document all types signatures
BaseSignature . |
List<BaseSignature> |
IDocumentInfo.getSignatures()
Collection of document all types signatures
BaseSignature . |
com.aspose.ms.System.Collections.Generic.List<BaseSignature> |
DocumentInfo.GetSignatures()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfo.setSignatures(List<BaseSignature> value)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
BarcodeSignature
Contains Barcode Signature properties.
|
class |
DigitalSignature
Contains Digital signature properties.
|
class |
ImageSignature
Contains Image signature properties.
|
class |
PdfDigitalSignature
Contains Pdf Digital signature properties.
|
class |
QrCodeSignature
Contains QR-code signature properties.
|
class |
TextSignature
Contains Text signature properties.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseSignature.fillProperties(BaseSignature source,
BaseSignature destin)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckboxFormFieldSignature
Contains check-box input form field signature properties.
|
class |
ComboboxFormFieldSignature
Contains combo-box input form field signature properties.
|
class |
DigitalFormFieldSignature
Contains digital signature input form field properties for Pdf Documents.
|
class |
FormFieldSignature
Contains Form field signature properties.
|
class |
RadioButtonFormFieldSignature
Contains radio-button input form field signature properties.
|
class |
TextFormFieldSignature
Contains text input form field signature properties for Pdf Document
|
Modifier and Type | Method and Description |
---|---|
void |
FormFieldSignature.fillProperties(BaseSignature source,
BaseSignature destin)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageMetadataSignature
Contains Image Metadata signature properties.
|
class |
MetadataSignature
Contains Metadata signature properties.
|
class |
PdfMetadataSignature
Contains Pdf Metadata signature properties.
|
class |
PresentationMetadataSignature
Contains Presentation metadata signature properties.
|
class |
SpreadsheetMetadataSignature
Contains Spreadsheet Metadata Signature properties.
|
class |
WordProcessingMetadataSignature
Contains WordProcessing Metadata Signature properties.
|
Modifier and Type | Method and Description |
---|---|
BaseSignature |
SignOptions.addSignature(Object... args) |
BaseSignature |
BarcodeSignOptions.signature()
Deprecated.
|
BaseSignature |
DigitalSignOptions.signature()
Deprecated.
|
BaseSignature |
FormFieldSignOptions.signature()
Deprecated.
|
BaseSignature |
ImageSignOptions.signature()
Deprecated.
|
BaseSignature |
MetadataSignOptions.signature() |
BaseSignature |
QrCodeSignOptions.signature() |
abstract BaseSignature |
SignOptions.signature()
Deprecated.
|
BaseSignature |
StampSignOptions.signature()
Deprecated.
|
BaseSignature |
TextSignOptions.signature()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.List<BaseSignature> |
SignOptions.getProcessedSignatures()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SignOptions.setProcessedSignatures(com.aspose.ms.System.Collections.Generic.List<BaseSignature> value)
Deprecated.
|