TileFlip
Overview
TileFlip is a enum in Aspose.Slides FOSS for Python.
Defines tile flipping mode.
This enumeration defines 5 values: NOT_DEFINED, NO_FLIP, FLIP_X, FLIP_Y, FLIP_BOTH.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined flip mode |
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 flipping on both X and Y axes |