FillType

Overview

FillType is a enum in Aspose.Slides FOSS for Java.

Specifies the interior fill type of various visual objects.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or unspecified fill type
NO_FILLRepresents a fill type with no fill applied
SOLIDRepresents a solid color fill
GRADIENT
PATTERNRepresents a patterned fill
PICTURERepresents a picture or image fill
GROUPRepresents a grouped fill type for grouped shapes

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.

See Also