java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pspdfkit.document.PageBinding |
Enum of the possible page bindings deciding how the document will be displayed.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PageBinding | LEFT_EDGE | This document should be displayed LTR. | |||||||||
PageBinding | RIGHT_EDGE | This document should be displayed RTL. | |||||||||
PageBinding | UNKNOWN | This document has no page binding set, defaults to LTR. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static PageBinding | valueOf(String name) | ||||||||||
final static PageBinding[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
This document should be displayed LTR. This means that the page with index 0 will be on the left and the last page on the right.
This document should be displayed RTL. This means that the page with index 0 will be on the right and the last page on the left.