public abstract class EmailFindImageWatermarksStrategy extends FindWatermarkStrategy<EmailContent>
| Constructor and Description |
|---|
EmailFindImageWatermarksStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract PossibleWatermark |
createPossibleWatermark(EmailContent content,
EmailAttachmentBase attachment) |
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<PossibleWatermark> |
findWatermarksGeneric(EmailContent content,
SearchCriteria searchCriteria,
SearchableObjects searchableObjects)
Gets watermarks satisfying a search criteria.
|
protected abstract int |
getSearchableObjectType() |
protected abstract IReadOnlyList<? extends EmailAttachmentBase> |
getTargetCollection(EmailContent content) |
findWatermarksprotected abstract PossibleWatermark createPossibleWatermark(EmailContent content, EmailAttachmentBase attachment)
public com.aspose.ms.System.Collections.Generic.IGenericEnumerable<PossibleWatermark> findWatermarksGeneric(EmailContent content, SearchCriteria searchCriteria, SearchableObjects searchableObjects)
FindWatermarkStrategyGets watermarks satisfying a search criteria.
findWatermarksGeneric in class FindWatermarkStrategy<EmailContent>content - The content part to get watermarks from.searchCriteria - The search criteria.searchableObjects - The objects that should be included in search results.protected abstract int getSearchableObjectType()
protected abstract IReadOnlyList<? extends EmailAttachmentBase> getTargetCollection(EmailContent content)
Copyright © 2026. All rights reserved.