FillType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class FillType extends System.Enum
Specifies the interior fill type of various visual objects.
Fields
Field | Description |
---|---|
NotDefined | The fill type is not defined. |
NoFill | No fill applied. |
Solid | Filled with a solid color. |
Gradient | The fill is gradient. |
Pattern | Repeating pattern is used to fill the object. |
Picture | A single picture is used to fill the object. |
Group | The visual object inherits the fill properties from the group. |
NotDefined
public static final byte NotDefined
The fill type is not defined.
NoFill
public static final byte NoFill
No fill applied.
Solid
public static final byte Solid
Filled with a solid color.
Gradient
public static final byte Gradient
The fill is gradient.
Pattern
public static final byte Pattern
Repeating pattern is used to fill the object.
Picture
public static final byte Picture
A single picture is used to fill the object.
Group
public static final byte Group
The visual object inherits the fill properties from the group.