com.aspose.words
Class TextDmlEffect

java.lang.Object
    extended by com.aspose.words.TextDmlEffect

public class TextDmlEffect 
extends java.lang.Object

Utility class containing constants. Dml text effect for text runs.

Field Summary
static final intGLOW = 0
           Glow effect, in which a color blurred outline is added outside the edges of the object.
static final intFILL = 1
           Fill overlay effect.
static final intSHADOW = 2
           Shadow effect.
static final intOUTLINE = 3
           Outline effect.
static final intEFFECT_3_D = 4
           3D effect.
static final intREFLECTION = 5
           Reflection effect.
 

Field Detail

GLOW = 0

public static final int GLOW
Glow effect, in which a color blurred outline is added outside the edges of the object.

FILL = 1

public static final int FILL
Fill overlay effect.

SHADOW = 2

public static final int SHADOW
Shadow effect.

OUTLINE = 3

public static final int OUTLINE
Outline effect.

EFFECT_3_D = 4

public static final int EFFECT_3_D
3D effect.

REFLECTION = 5

public static final int REFLECTION
Reflection effect.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.