public final class WordProcessingTextEffects extends OfficeTextEffects implements IWordProcessingWatermarkEffects
Represents effects that can be applied to a text watermark for a Word document.
Constructor and Description |
---|
WordProcessingTextEffects()
Initializes a new instance of the
WordProcessingTextEffects class. |
Modifier and Type | Method and Description |
---|---|
int |
getFlipOrientation()
Gets the orientation of a shape.
|
void |
setFlipOrientation(int value)
Sets the orientation of a shape.
|
getLineFormat, setLineFormat
public WordProcessingTextEffects()
Initializes a new instance of the WordProcessingTextEffects
class.
public final int getFlipOrientation()
Gets the orientation of a shape.
WordProcessingFlipOrientation.None
public final void setFlipOrientation(int value)
Sets the orientation of a shape.
value
- The default value is WordProcessingFlipOrientation.None
Copyright © 2020. All rights reserved.