Package | Description |
---|---|
com.groupdocs.watermark |
The namespace provides classes for working with watermarks in a document of any supported type.
|
com.groupdocs.watermark.contents |
The namespace provides classes for working with documents of any supported types.
|
Modifier and Type | Method and Description |
---|---|
PossibleWatermarkCollection |
Watermarker.search()
Searches all possible watermarks in the document.
|
PossibleWatermarkCollection |
Watermarker.search(SearchCriteria searchCriteria)
Searches possible watermarks according to specified search criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
Watermarker.remove(PossibleWatermarkCollection possibleWatermarks)
Removes all watermarks in the collection from the document.
|
Modifier and Type | Method and Description |
---|---|
PossibleWatermarkCollection |
ContentPart.search()
Finds all possible watermarks in the content.
|
PossibleWatermarkCollection |
ContentPart.search(SearchCriteria searchCriteria)
Finds possible watermarks according to specified search criteria.
|
Copyright © 2020. All rights reserved.