com.aspose.words
Class FillType

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

public class FillType 
extends java.lang.Object

Utility class containing constants. Specifies fill type for a fillable object.

Field Summary
static final intSOLID = 1
           Solid fill.
static final intPATTERNED = 2
           Patterned fill.
static final intGRADIENT = 3
           Gradient fill.
static final intTEXTURED = 4
           Textured fill.
static final intBACKGROUND = 5
           Fill is the same as the background.
static final intPICTURE = 6
           Picture fill.
 

Field Detail

SOLID = 1

public static final int SOLID
Solid fill.

PATTERNED = 2

public static final int PATTERNED
Patterned fill.

GRADIENT = 3

public static final int GRADIENT
Gradient fill.

TEXTURED = 4

public static final int TEXTURED
Textured fill.

BACKGROUND = 5

public static final int BACKGROUND
Fill is the same as the background.

PICTURE = 6

public static final int PICTURE
Picture fill.

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