com.aspose.cells
Class DigitalSignatureCollection
java.lang.Object
com.aspose.cells.DigitalSignatureCollection
- All Implemented Interfaces:
- java.lang.Iterable
public class DigitalSignatureCollection
- extends java.lang.Object
Provides a collection of digital signatures attached to a document.
Method Summary |
void | add(DigitalSignature digitalSignature) | |
Add one signature to DigitalSignatureCollection.
|
java.util.Iterator | iterator() | |
Get the enumerator for DigitalSignatureCollection,
this enumerator allows iteration over the collection
|
DigitalSignatureCollection
public DigitalSignatureCollection()
-
The constructor of DigitalSignatureCollection.
-
Add one signature to DigitalSignatureCollection.
- Parameters:
digitalSignature
- Digital signature in collection.
iterator | |
public java.util.Iterator iterator() |
-
Get the enumerator for DigitalSignatureCollection,
this enumerator allows iteration over the collection
- Returns:
- The enumerator to iteration.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.