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

FieldDescription
NotDefinedThe fill type is not defined.
NoFillNo fill applied.
SolidFilled with a solid color.
GradientThe fill is gradient.
PatternRepeating pattern is used to fill the object.
PictureA single picture is used to fill the object.
GroupThe 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.