TileFlip

Overview

TileFlip is a enum in Aspose.Slides FOSS for Java.

Defines tile flipping mode.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default flip state
NO_FLIPRepresents no flip applied
FLIP_XRepresents a horizontal (X-axis) flip
FLIP_YRepresents a vertical (Y-axis) flip
FLIP_BOTHRepresents both horizontal and vertical flips

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.

See Also