Package | Description |
---|---|
com.groupdocs.watermark.legacy |
The package provides legacy API classes for working with watermarks in a document of any supported type.
|
Modifier and Type | Method and Description |
---|---|
void |
SlidesBaseSlide.addTextWatermark(TextWatermark watermark,
SlidesTextEffects effects)
Deprecated.
Adds a text watermark to the slide.
|
void |
SlidesDocument.addTextWatermark(TextWatermark watermark,
SlidesTextEffects effects)
Deprecated.
Adds a text watermark to all slides of this
SlidesDocument . |
void |
SlidesBaseSlide.addTextWatermark(TextWatermark watermark,
SlidesTextEffects effects,
SlidesShapeSettings shapeSettings)
Deprecated.
Adds a text watermark to the slide.
|
void |
SlidesDocument.addTextWatermark(TextWatermark watermark,
SlidesTextEffects effects,
SlidesShapeSettings shapeSettings)
Deprecated.
Adds a text watermark to all slides of this
SlidesDocument . |