FillType
Overview
FillType is a enum in Aspose.Slides FOSS for Java.
Specifies the interior fill type of various visual objects.
This enum provides 1 method for working with FillType objects in Java programs.
Available methods include: getValue.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: value.
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. |