Overview
FillType is a enum in Aspose.Slides FOSS for Java.
Specifies the interior fill type of various visual objects.
Values
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined or unspecified fill type |
NO_FILL | Represents a fill type with no fill applied |
SOLID | Represents a solid color fill |
GRADIENT | |
PATTERN | Represents a patterned fill |
PICTURE | Represents a picture or image fill |
GROUP | Represents a grouped fill type for grouped shapes |
Properties
| Name | Type | Access | Description |
|---|
value | String | Read | Returns the string value of this constant. |
Methods
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |
See Also