PdfPageRotation enum

Page rotation.

Inheritance
Available extensions

Values

none → const PdfPageRotation
clockwise90 → const PdfPageRotation
clockwise180 → const PdfPageRotation
clockwise270 → const PdfPageRotation

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
rotate180 PdfPageRotation

Available on PdfPageRotation, provided by the PdfPageRotationEnumExtension extension

Get 180 degree rotation value from the current rotation.
no setter
rotateCCW90 PdfPageRotation

Available on PdfPageRotation, provided by the PdfPageRotationEnumExtension extension

Get counter-clockwise 90 degree rotation value from the current rotation.
no setter
rotateCW90 PdfPageRotation

Available on PdfPageRotation, provided by the PdfPageRotationEnumExtension extension

Get clockwise 90 degree rotation value from the current rotation.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator +(PdfPageRotation other) PdfPageRotation

Available on PdfPageRotation, provided by the PdfPageRotationEnumExtension extension

Add two rotations.
operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<PdfPageRotation>
A constant List of the values in this enum, in order of their declaration.