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

ValueDescription
NOT_DEFINEDRepresents an undefined flip mode
NO_FLIPRepresents no flip applied
FLIP_XRepresents a horizontal (X‑axis) flip
FLIP_YRepresents a vertical (Y‑axis) flip
FLIP_BOTHRepresents flipping on both X and Y axes

See Also