Rotation

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class Rotation extends System.Enum

Enumeration of possible rotation values.

Fields

FieldDescription
NoneNon-rotated.
on90Rotated on 90 degrees clockwise.
on180Rotated on 180 degrees.
on270Rotated on 270 degrees clockwise.
on360Rotated on 360 degrees clockwise.

None

public static final int None

Non-rotated.

on90

public static final int on90

Rotated on 90 degrees clockwise.

on180

public static final int on180

Rotated on 180 degrees.

on270

public static final int on270

Rotated on 270 degrees clockwise.

on360

public static final int on360

Rotated on 360 degrees clockwise.