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 |
WordsDocument.addImageWatermark(ImageWatermark watermark,
WordsImageEffects effects,
WordsShapeSettings shapeSettings)
Deprecated.
Adds an image watermark to all sections of this
WordsDocument . |
void |
WordsHeaderFooter.addImageWatermark(ImageWatermark watermark,
WordsImageEffects effects,
WordsShapeSettings shapeSettings)
Deprecated.
Adds an image watermark to this
WordsHeaderFooter . |
void |
WordsSection.addImageWatermark(ImageWatermark watermark,
WordsImageEffects effects,
WordsShapeSettings shapeSettings)
Deprecated.
Adds an image watermark to this
WordsSection . |
void |
WordsDocument.addTextWatermark(TextWatermark watermark,
WordsTextEffects effects,
WordsShapeSettings shapeSettings)
Deprecated.
Adds a text watermark to all sections of this
WordsDocument . |
void |
WordsHeaderFooter.addTextWatermark(TextWatermark watermark,
WordsTextEffects effects,
WordsShapeSettings shapeSettings)
Deprecated.
Adds a text watermark to this
WordsHeaderFooter . |
void |
WordsSection.addTextWatermark(TextWatermark watermark,
WordsTextEffects effects,
WordsShapeSettings shapeSettings)
Deprecated.
Adds a text watermark to this
WordsSection . |
void |
WordsDocument.addWatermark(Watermark watermark,
WordsShapeSettings shapeSettings)
Deprecated.
Adds a watermark to all sections of this
WordsDocument . |
void |
WordsHeaderFooter.addWatermark(Watermark watermark,
WordsShapeSettings shapeSettings)
Deprecated.
Adds a watermark to this
WordsHeaderFooter . |
void |
WordsSection.addWatermark(Watermark watermark,
WordsShapeSettings shapeSettings)
Deprecated.
Adds a watermark to this
WordsSection . |