com.aspose.slides
Interface ShapeElementFillSource


public interface ShapeElementFillSource

Constants which define how a shape element should be filled.


Field Summary
static int NO_FILL
          Don't fill primitive.
static int OWN_FILL
          Use own color.
static int SHAPE
          Use shape's FillFormat.
 

Field Detail

NO_FILL

static final int NO_FILL
Don't fill primitive.

See Also:
Constant Field Values

SHAPE

static final int SHAPE
Use shape's FillFormat.

See Also:
Constant Field Values

OWN_FILL

static final int OWN_FILL
Use own color.

See Also:
Constant Field Values