Package | Description |
---|---|
com.groupdocs.watermark.options |
The namespace provides classes to specify additional options when working with documents and watermarks.
|
Modifier and Type | Class and Description |
---|---|
class |
WordProcessingImageEffects
Represents effects that can be applied to an image watermark for a Word document.
|
class |
WordProcessingTextEffects
Represents effects that can be applied to a text watermark for a Word document.
|
Modifier and Type | Method and Description |
---|---|
IWordProcessingWatermarkEffects |
WordProcessingWatermarkBaseOptions.getEffects()
Gets or sets a value of
WordProcessingImageEffects or
WordProcessingTextEffects for effects that should be applied to the watermark. |
Modifier and Type | Method and Description |
---|---|
void |
WordProcessingWatermarkBaseOptions.setEffects(IWordProcessingWatermarkEffects value)
Gets or sets a value of
WordProcessingImageEffects or
WordProcessingTextEffects for effects that should be applied to the watermark. |
Copyright © 2020. All rights reserved.