Package | Description |
---|---|
com.groupdocs.watermark |
The package provides classes for working with watermarks in a document of any supported type.
|
com.groupdocs.watermark.contents |
The package provides classes for working with documents of any supported types.
|
Modifier and Type | Method and Description |
---|---|
WatermarkableImageCollection |
Watermarker.getImages()
Finds all images in the document.
|
WatermarkableImageCollection |
Watermarker.getImages(ImageSearchCriteria searchCriteria)
Finds images according to specified search criteria.
|
Modifier and Type | Method and Description |
---|---|
WatermarkableImageCollection |
ContentPart.findImages()
Finds all images in the content.
|
WatermarkableImageCollection |
ContentPart.findImages(ImageSearchCriteria searchCriteria)
Finds images according to the specified search criteria.
|