BevelPresetType
Overview
BevelPresetType is a enum in Aspose.Slides FOSS for Java.
Constants which define 3D bevel of shape.
This enum provides 1 method for working with BevelPresetType 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 bevel preset |
ANGLE | Represents a bevel preset with an angled profile |
ART_DECO | Represents an art‑deco style bevel preset |
CIRCLE | Represents a circular bevel preset |
CONVEX | Represents a convex (outward) bevel preset |
COOL_SLANT | Represents a cool slant style bevel preset |
CROSS | Represents a cross‑shaped bevel preset |
DIVOT | Represents a divot (concave) bevel preset |
HARD_EDGE | Represents a hard‑edge bevel preset |
RELAXED_INSET | Represents a relaxed inset bevel preset |
RIBLET | Represents a riblet style bevel preset |
SLOPE | Represents a sloped bevel preset |
SOFT_ROUND | Represents a soft‑round bevel 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. |