PictureType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class PictureType extends System.Enum

Determines mode of bar picture filling.

Fields

FieldDescription
NotDefinedNot defined.
StackThe picture is sized to repeat a maximum of 15 times in the longest stacked bar.
StackScaleThe picture is sized to a specified number of units and repeated the length of the bar.
StretchThe picture is stretched the full length of the stacked bar.

NotDefined

public static final int NotDefined

Not defined.

Stack

public static final int Stack

The picture is sized to repeat a maximum of 15 times in the longest stacked bar.

StackScale

public static final int StackScale

The picture is sized to a specified number of units and repeated the length of the bar.

Stretch

public static final int Stretch

The picture is stretched the full length of the stacked bar.