public class SearchResult extends Object implements com.aspose.ms.System.Collections.Generic.IGenericEnumerable<BaseSignature>
Result of searching for signatures in specified document.
Constructor and Description |
---|
SearchResult()
Instantiates new SearchResult object.
|
Modifier and Type | Method and Description |
---|---|
void |
add(BaseSignature data)
Adds new element to the Signatures list.
|
List<BaseSignature> |
getSignatures()
List of detected signatures
BaseSignature . |
<T extends BaseSignature> |
toList(Class<T> typeOfT)
Provides conversion to strongly typed list of signatures.
|
public final void add(BaseSignature data)
Adds new element to the Signatures list.
data
- Signature object BaseSignature
.public final List<BaseSignature> getSignatures()
List of detected signatures BaseSignature
.
public final <T extends BaseSignature> List<T> toList(Class<T> typeOfT)
Provides conversion to strongly typed list of signatures.
T
: The type of signatures in the list.
Copyright © 2019. All rights reserved.