public final class ShapeElementFillSource
extends com.aspose.ms.System.Enum
Represents how shape element should be filled.
Modifier and Type | Field and Description |
---|---|
static byte |
Darken
Use darken shape's fill.
|
static byte |
DarkenLess
Use less darken shape's fill.
|
static byte |
Lighten
Use lighten shape's fill.
|
static byte |
LightenLess
Use less lighten shape's fill.
|
static byte |
NoFill
Don't fill primitive.
|
static byte |
Shape
Use shape's fill.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte NoFill
Don't fill primitive.
public static final byte Shape
Use shape's fill.
public static final byte Lighten
Use lighten shape's fill.
public static final byte LightenLess
Use less lighten shape's fill.
public static final byte Darken
Use darken shape's fill.
public static final byte DarkenLess
Use less darken shape's fill.