Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
ImageMetadataSignature
Contains Image 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 |
---|---|
MetadataSignature |
ImageMetadataSignature.deepClone(Object value)
Clone Image Metadata Signature instance with given value.
|
MetadataSignature |
MetadataSignature.deepClone(Object value)
Clone Metadata Signature instance with given value.
|
MetadataSignature |
PdfMetadataSignature.deepClone(Object value)
Clone Pdf Metadata Signature instance with given value.
|
MetadataSignature |
PresentationMetadataSignature.deepClone(Object value)
Clone Slides Metadata Signature instance with given value.
|
MetadataSignature |
SpreadsheetMetadataSignature.deepClone(Object value)
Clone Spreadsheet Metadata Signature instance with given value.
|
MetadataSignature |
WordProcessingMetadataSignature.deepClone(Object value)
Clone Words Metadata Signature instance with given value.
|
MetadataSignature |
MetadataSignatureCollection.get_Item(int index)
Deprecated.
|
MetadataSignature |
MetadataSignatureCollection.get_Item(String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected List<MetadataSignature> |
MetadataSignatureCollection.getItemsList()
List of MetadataSignature.
|
protected Map<String,MetadataSignature> |
MetadataSignatureCollection.getItemsMap()
Dictionary of MetadataSignature with unique keys as Signature name.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<MetadataSignature> |
MetadataSignatureCollection.iterator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataSignatureCollection.add(MetadataSignature signature)
Add Metadata Signature object to collection.
|
void |
MetadataSignatureCollection.addRange(MetadataSignature[] signatures)
Add Metadata Signature collection.
|
Constructor and Description |
---|
MetadataSignOptions(ArrayList<MetadataSignature> signatures)
Initializes a new instance of the SignMetadataOptions class with Metadata.
|