Package | Description |
---|---|
com.groupdocs.signature.domain.signatures.barcode |
The GroupDocs.Signature.Domain.Signatures.Barcode namespace provides classes for working with Barcode signatures
|
com.groupdocs.signature.domain.signatures.qrcode |
The GroupDocs.Signature.Domain.Signatures.QrCode namespace provides classes for working with QrCode signatures
|
com.groupdocs.signature.handler |
The GroupDocs.Signature.Handler namespace provides classes for input and output Data Handlers.
|
com.groupdocs.signature.options |
The GroupDocs.Signature.Options namespace provides classes for Signature options.
|
com.groupdocs.signature.options.barcodesearch |
The GroupDocs.Signature.Options.BarcodeSearch namespace provides classes for working with BarcodeSearch options.
|
com.groupdocs.signature.options.digitalsearch |
The GroupDocs.Signature.Options.DigitalSearch namespace provides classes for working with DigitalSearch options.
|
com.groupdocs.signature.options.formfieldsearch |
The GroupDocs.Signature.Options.FormFieldSearch namespace provides classes for working with FormFieldSearch options.
|
com.groupdocs.signature.options.metadatasearch |
The GroupDocs.Signature.Options.Metadatasearch namespace provides classes for working with Metadatasearch options.
|
com.groupdocs.signature.options.qrcodesearch |
The GroupDocs.Signature.Options.QRCcodeSearch namespace provides classes for working with QRCcodeSearch options.
|
Constructor and Description |
---|
CellsBarcodeSignature(com.aspose.barcode.barcoderecognition.BarCodeReader reader,
SearchOptions searchOptions)
Deprecated.
|
ImagesBarcodeSignature(com.aspose.barcode.barcoderecognition.BarCodeReader reader,
SearchOptions searchOptions)
Deprecated.
|
PdfBarcodeSignature(com.aspose.barcode.barcoderecognition.BarCodeReader reader,
SearchOptions searchOptions)
Deprecated.
|
SlidesBarcodeSignature(com.aspose.barcode.barcoderecognition.BarCodeReader reader,
SearchOptions searchOptions)
Deprecated.
|
WordsBarcodeSignature(com.aspose.barcode.barcoderecognition.BarCodeReader reader,
SearchOptions searchOptions)
Deprecated.
|
Constructor and Description |
---|
CellsQRCodeSignature(com.aspose.barcode.barcoderecognition.BarCodeReader reader,
SearchOptions searchOptions)
Deprecated.
|
ImagesQRCodeSignature(com.aspose.barcode.barcoderecognition.BarCodeReader reader,
SearchOptions searchOptions)
Deprecated.
|
PdfQRCodeSignature(com.aspose.barcode.barcoderecognition.BarCodeReader reader,
SearchOptions searchOptions)
Deprecated.
|
SlidesQRCodeSignature(com.aspose.barcode.barcoderecognition.BarCodeReader reader,
SearchOptions searchOptions)
Deprecated.
|
WordsQRCodeSignature(com.aspose.barcode.barcoderecognition.BarCodeReader reader,
SearchOptions searchOptions) |
Modifier and Type | Method and Description |
---|---|
SearchResult |
SignatureHandler.search(InputStream stream,
SearchOptions searchOptions)
Search for Signatures in Document from stream by
SearchOptions options. |
SearchResult |
SignatureHandler.search(InputStream stream,
SearchOptions searchOptions,
LoadOptions loadOptions)
Search for Signatures in Document from stream by
SearchOptions options. |
SearchResult |
SignatureHandler.search(String guid,
SearchOptions searchOptions)
Search for Signatures in Document from guid by
SearchOptions options. |
SearchResult |
SignatureHandler.search(String guid,
SearchOptions searchOptions,
LoadOptions loadOptions)
Search for Signatures in Document from guid by
SearchOptions options. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.List<SearchOptions> |
SearchOptionsCollection.getBarcodeItems()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<SearchOptions> |
SearchOptionsCollection.getDigitalItems()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<SearchOptions> |
SearchOptionsCollection.getFormFieldItems()
Deprecated.
|
List<SearchOptions> |
SearchOptionsCollection.getItems()
List of Search Options records.
|
com.aspose.ms.System.Collections.Generic.List<SearchOptions> |
SearchOptionsCollection.getListOptions(int signatureType)
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<SearchOptions> |
SearchOptionsCollection.getMetadataItems()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.List<SearchOptions> |
SearchOptionsCollection.getQRCodeItems()
Deprecated.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<SearchOptions> |
SearchOptionsCollection.iterator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchOptionsCollection.add(SearchOptions options)
Adds an SearchOptions object to collection.
|
boolean |
SearchOptionsCollection.remove(SearchOptions options)
Removes an SearchOptions object from collection.
|
Constructor and Description |
---|
SearchOptionsCollection(SearchOptions options)
Create SearchatureOptionsCollection instance with one Search Options value.
|
Constructor and Description |
---|
SearchOptionsCollection(List<SearchOptions> items)
Create SearchOptionsCollection instance with list of Search Options objects.
|
Modifier and Type | Class and Description |
---|---|
class |
CellsSearchBarcodeOptions
Represents the Bar-code Signature Search Options for Cells Documents.
|
class |
ImagesSearchBarcodeOptions
Represents the Bar-code Signature Search Options for Images Documents.
|
class |
PdfSearchBarcodeOptions
Represents the Bar-code Signature Search Options for Pdf Documents.
|
class |
SearchBarcodeOptions
Represents abstract search Options for Bar-code Signatures.
|
class |
SlidesSearchBarcodeOptions
Represents the Bar-code Signature Search Options for Slides Documents.
|
class |
WordsSearchBarcodeOptions
Represents the Bar-code Signature Search Options for Words Documents.
|
Modifier and Type | Class and Description |
---|---|
class |
CellsSearchDigitalOptions
Represents the Digital Signature Search Options for Cells Documents.
|
class |
PdfSearchDigitalOptions
Represents the Digital Signature Search Options for Pdf Documents.
|
class |
SearchDigitalOptions
Represents base options for Digital Signatures Search
|
class |
WordsSearchDigitalOptions
Represents the Digital Signature Search Options for Words Documents.
|
Modifier and Type | Class and Description |
---|---|
class |
PdfSearchFormFieldOptions
Represents the Form-field Signature Search Options for Pdf Documents.
|
class |
SearchFormFieldOptions
Represents abstract search Options for Form-field Signatures.
|
Modifier and Type | Class and Description |
---|---|
class |
CellsSearchMetadataOptions
Represents the Metadata Signature Search Options for Cells Documents.
|
class |
PdfSearchMetadataOptions
Represents the Bar-code Signature Search Options for Pdf Documents.
|
class |
SearchMetadataOptions
Represents abstract search Options for Metadata Signatures.
|
class |
SlidesSearchMetadataOptions
Represents the Metadata Signature Search Options for Slides Documents.
|
class |
WordsSearchMetadataOptions
Represents the Metadata Signature Search Options for Words Documents.
|
Modifier and Type | Class and Description |
---|---|
class |
CellsSearchQRCodeOptions
Represents the QR-code Signature Search Options for Cells Documents.
|
class |
ImagesSearchQRCodeOptions
Represents the QR-code Signature Search Options for Images Documents.
|
class |
PdfSearchQRCodeOptions
Represents the QR-code Signature Search Options for Pdf Documents.
|
class |
SearchQRCodeOptions
Represents abstract search Options for QR-Code Signatures.
|
class |
SlidesSearchQRCodeOptions
Represents the QR-code Signature Search Options for Slides Documents.
|
class |
WordsSearchQRCodeOptions
Represents the QR-code Signature Search Options for Words Documents.
|
Copyright © 2019. All rights reserved.