DocReaderOrientation enum

Contains set of values of the application's orientation.

Inheritance

Constructors

DocReaderOrientation(int value)
const

Values

UNKNOWN → const DocReaderOrientation

Will be returned if getByValue if a non-existent was passed.

const DocReaderOrientation(-1)
ALL → const DocReaderOrientation

All interface orientations - orientation not set, activities will rotate.

const DocReaderOrientation(0)
PORTRAIT → const DocReaderOrientation

A portrait interface orientation.

const DocReaderOrientation(1)
LANDSCAPE → const DocReaderOrientation

Both landscape-left and landscape-right interface orientation.

const DocReaderOrientation(2)
LANDSCAPE_LEFT → const DocReaderOrientation

A landscape-left interface orientation.

const DocReaderOrientation(3)
LANDSCAPE_RIGHT → const DocReaderOrientation

A landscape-right interface orientation.

const DocReaderOrientation(4)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

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 ==(Object other) bool
The equality operator.
inherited

Static Methods

getByValue(int? i) DocReaderOrientation?

Constants

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