com.aspose.slides
Interface FillType


public interface FillType

Constants which define the type of a fill.


Field Summary
static int GRADIENT
          Shape filled with a gradient.
static int NO_FILL
          Shape is not filled.
static int NOT_SUPPORTED
           
static int PATTERN
          Shape filled with black and white pattern mask.
static int PICTURE
          Shape filled with a picture.
static int SOLID
          Shape filled with solid color.
static int TEXTURE
          Shape filled with texture.
 

Field Detail

NOT_SUPPORTED

static final int NOT_SUPPORTED
See Also:
Constant Field Values

NO_FILL

static final int NO_FILL
Shape is not filled.

See Also:
Constant Field Values

SOLID

static final int SOLID
Shape filled with solid color.

See Also:
Constant Field Values

GRADIENT

static final int GRADIENT
Shape filled with a gradient.

See Also:
Constant Field Values

TEXTURE

static final int TEXTURE
Shape filled with texture.

See Also:
Constant Field Values

PATTERN

static final int PATTERN
Shape filled with black and white pattern mask.

See Also:
Constant Field Values

PICTURE

static final int PICTURE
Shape filled with a picture.

See Also:
Constant Field Values