Package | Description |
---|---|
com.groupdocs.watermark.common |
The package provides helper classes.
|
Modifier and Type | Method and Description |
---|---|
Watermarker |
Attachment.createWatermarker()
Loads a content from the attached file.
|
Watermarker |
Attachment.createWatermarker(LoadOptions loadOptions)
Loads a content from the attached file with the specified load options.
|
Watermarker |
Attachment.createWatermarker(LoadOptions loadOptions,
WatermarkerSettings watermarkerSettings)
Loads a content from the attached file with the specified load options and settings.
|
Modifier and Type | Method and Description |
---|---|
void |
Attachment.updateContent(Watermarker updatedVersion)
Updates the attached content.
|