TileFlip
Oversigt over de forskellige former for støtte
TileFlip er et enum i Aspose.Slides for Python.
Definerer fliser omvendt.
Valuer
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined or default flip mode |
NO_FLIP | Represents a state where no flipping is applied |
FLIP_X | Represents flipping the tile horizontally (along the X axis) |
FLIP_Y | Represents flipping the tile vertically (along the Y axis) |
FLIP_BOTH | Represents flipping the tile on both X and Y axes |