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.metadatasignature |
The GroupDocs.Signature.Options.Metadatasignature namespace provides classes for working with Metadatasignature options.
|
Modifier and Type | Class and Description |
---|---|
class |
CellsMetadataSignature
Contains Cells Metadata Signature properties.
|
class |
PdfMetadataSignature
Contains Pdf Metadata Signature properties.
|
class |
SlidesMetadataSignature
Contains Slides Metadata Signature properties.
|
class |
WordsMetadataSignature
Contains Words Metadata Signature properties.
|
Modifier and Type | Method and Description |
---|---|
MetadataSignature |
CellsMetadataSignature.deepClone(Object value)
Clone Cells 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 |
SlidesMetadataSignature.deepClone(Object value)
Clone Slides Metadata Signature instance with given value.
|
MetadataSignature |
WordsMetadataSignature.deepClone(Object value)
Clone Words Metadata Signature instance with given value.
|
MetadataSignature |
MetadataSignatureCollection.get_Item(int index)
Returns a MetadataSignature object by index.
|
MetadataSignature |
MetadataSignatureCollection.get_Item(String name)
Returns a MetadataSignature object by the name of the property.
|
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 |
---|
CellsMetadataSignOptions(ArrayList<MetadataSignature> collection)
Initializes a new instance of the CellsSignMetadataOptions class with Metadata.
|
MetadataSignOptions(ArrayList<MetadataSignature> signatures)
Initializes a new instance of the SignMetadataOptions class with Metadata.
|
PdfMetadataSignOptions(ArrayList<MetadataSignature> collection)
Initializes a new instance of the PdfSignMetadataOptions class with Metadata.
|
SlidesMetadataSignOptions(ArrayList<MetadataSignature> collection)
Initializes a new instance of the SlidesSignMetadataOptions class with Metadata.
|
WordsMetadataSignOptions(ArrayList<MetadataSignature> collection)
Initializes a new instance of the WordsSignMetadataOptions class with Metadata.
|
Copyright © 2019. All rights reserved.