com.aspose.slides
Interface ShapeElementFillSource


public interface ShapeElementFillSource

Represents how shape element should be filled.


Field Summary
static int NoFill
          Don't fill primitive.
static int OwnFill
          Use own color.
static int Shape
          Use shape's FillFormat.
 

Field Detail

NoFill

static final int NoFill
Don't fill primitive.

See Also:
Constant Field Values

Shape

static final int Shape
Use shape's FillFormat.

See Also:
Constant Field Values

OwnFill

static final int OwnFill
Use own color.

See Also:
Constant Field Values