DocReaderOrientation enum
Contains set of values of the application's orientation.
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
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.