public class SpreadsheetFindCellTextWatermarkStrategy extends FindWatermarkStrategy<SpreadsheetWorksheet>
| Constructor and Description |
|---|
SpreadsheetFindCellTextWatermarkStrategy() |
| Modifier and Type | Method and Description |
|---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<PossibleWatermark> |
findWatermarksGeneric(SpreadsheetWorksheet worksheet,
SearchCriteria searchCriteria,
SearchableObjects searchableObjects)
Gets watermarks satisfying a search criteria.
|
findWatermarkspublic SpreadsheetFindCellTextWatermarkStrategy()
public com.aspose.ms.System.Collections.Generic.IGenericEnumerable<PossibleWatermark> findWatermarksGeneric(SpreadsheetWorksheet worksheet, SearchCriteria searchCriteria, SearchableObjects searchableObjects)
FindWatermarkStrategyGets watermarks satisfying a search criteria.
findWatermarksGeneric in class FindWatermarkStrategy<SpreadsheetWorksheet>worksheet - The content part to get watermarks from.searchCriteria - The search criteria.searchableObjects - The objects that should be included in search results.Copyright © 2026. All rights reserved.