Class Overview
Describes how the pages will be laid out in the document view.
Summary
Enum Values |
PageLayoutMode |
AUTO |
Pages will be adapted to the screen, so on the larger devices in landscape orientation a
double page mode will be used, compared to a single page mode otherwise. |
PageLayoutMode |
DOUBLE |
Pages will always be displayed in the double page mode. |
PageLayoutMode |
SINGLE |
Pages will always be displayed in the single page mode. |
[Expand]
Inherited Methods |
From class
java.lang.Enum
final
Object
|
clone()
|
final
int
|
compareTo(E arg0)
|
int
|
compareTo(Object arg0)
|
final
boolean
|
equals(Object arg0)
|
final
void
|
finalize()
|
final
Class<E>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
java.lang.Comparable
abstract
int
|
compareTo(T arg0)
|
|
Enum Values
Pages will be adapted to the screen, so on the larger devices in landscape orientation a
double page mode will be used, compared to a single page mode otherwise.
Pages will always be displayed in the double page mode.
Pages will always be displayed in the single page mode.
Public Methods