TileFlip
Overview
TileFlip is a enum in Aspose.Slides FOSS for Java.
Defines tile flipping mode.
This enum provides 1 method for working with TileFlip 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 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. |