Overview
TileFlip is a enum in Aspose.Slides FOSS for Java.
Defines tile flipping mode.
Values
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined or default flip state |
NO_FLIP | Represents no flip applied |
FLIP_X | Represents a horizontal (X-axis) flip |
FLIP_Y | Represents a vertical (Y-axis) flip |
FLIP_BOTH | Represents both horizontal and vertical flips |
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