public final class FillType
extends com.aspose.ms.System.Enum
Specifies the interior fill type of various visual objects.
Modifier and Type | Field and Description |
---|---|
static byte |
Gradient
The fill is gradient.
|
static byte |
Group
The visual object inherits the fill properties from the group.
|
static byte |
NoFill
No fill applied.
|
static byte |
NotDefined
The fill type is not defined.
|
static byte |
Pattern
Repeating pattern is used to fill the object.
|
static byte |
Picture
A single picture is used to fill the object.
|
static byte |
Solid
Filled with a solid color.
|
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 NotDefined
The fill type is not defined.
public static final byte NoFill
No fill applied.
public static final byte Solid
Filled with a solid color.
public static final byte Gradient
The fill is gradient.
public static final byte Pattern
Repeating pattern is used to fill the object.
public static final byte Picture
A single picture is used to fill the object.
public static final byte Group
The visual object inherits the fill properties from the group.