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.
|
com.groupdocs.watermark.watermarks |
The package provides classes to specify properties of watermarks.
|
Modifier and Type | Method and Description |
---|---|
void |
Watermarker.add(Watermark watermark)
Adds a watermark to the loaded document.
|
void |
Watermarker.add(Watermark watermark,
WatermarkOptions options)
Adds a watermark to the loaded document using watermark options.
|
Modifier and Type | Method and Description |
---|---|
void |
WatermarkableImage.add(Watermark watermark)
Adds a watermark to this
. |
Modifier and Type | Class and Description |
---|---|
class |
ImageWatermark
Represents an image watermark.
|
class |
TextWatermark
Represents a text watermark.
|