MaterialPresetType
Overview
MaterialPresetType is a enum in Aspose.Slides FOSS for Java.
Constants which define material of shape.
This enum provides 1 method for working with MaterialPresetType 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 material preset |
CLEAR | Represents a clear (transparent) material preset |
DK_EDGE | Represents a dark edge material preset |
FLAT | Represents a flat material preset |
LEGACY_MATTE | Represents the legacy matte material preset |
LEGACY_METAL | Represents the legacy metal material preset |
LEGACY_PLASTIC | Represents the legacy plastic material preset |
LEGACY_WIREFRAME | Represents the legacy wireframe material preset |
MATTE | |
METAL | |
PLASTIC | |
POWDER | |
SOFT_EDGE | Represents a soft edge material preset |
SOFTMETAL | Represents a soft metal material preset |
TRANSLUCENT_POWDER | Represents a translucent powder material preset |
WARM_MATTE | Represents a warm matte material preset |
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. |