WordProcessingTextEffects
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.watermark.contents.OfficeTextEffects
All Implemented Interfaces: com.groupdocs.watermark.options.IWordProcessingWatermarkEffects
public final class WordProcessingTextEffects extends OfficeTextEffects implements IWordProcessingWatermarkEffects
Represents effects that can be applied to a text watermark for a Word document.
| Constructor | Description |
|---|---|
| WordProcessingTextEffects() | Initializes a new instance of the [WordProcessingTextEffects](../../com.groupdocs.watermark.options/wordprocessingtexteffects) class. |
| Method | Description |
|---|---|
| getFlipOrientation() | Gets the orientation of a shape. |
| setFlipOrientation(int value) | Sets the orientation of a shape. |
public WordProcessingTextEffects()
Initializes a new instance of the [WordProcessingTextEffects](../../com.groupdocs.watermark.options/wordprocessingtexteffects) class.
public final int getFlipOrientation()
Gets the orientation of a shape.
The default value is [WordProcessingFlipOrientation.None](../../com.groupdocs.watermark.options/wordprocessingfliporientation#None).
Returns:
int - The orientation [WordProcessingFlipOrientation](../../com.groupdocs.watermark.options/wordprocessingfliporientation) of a shape.
public final void setFlipOrientation(int value)
Sets the orientation of a shape.
The default value is [WordProcessingFlipOrientation.None](../../com.groupdocs.watermark.options/wordprocessingfliporientation#None).
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The orientation [WordProcessingFlipOrientation](../../com.groupdocs.watermark.options/wordprocessingfliporientation) of a shape. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.