FillType

Overview

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

Specifies the interior fill type of various visual objects.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined fill type
NO_FILLRepresents a fill with no color or pattern
SOLIDRepresents a solid color fill
GRADIENTRepresents a gradient fill transitioning between colors
PATTERNRepresents a patterned fill using predefined designs
PICTURERepresents a fill using an image
GROUPRepresents a fill applied to a group shape

See Also