java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pspdfkit.configuration.page.PageScrollMode |
Describes mode of page scrolling in the document view - either continuous or page by page (paginated).
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PageScrollMode | CONTINUOUS | Page scrolling will stop in whatever position the user stopped dragging | |||||||||
PageScrollMode | PER_PAGE | Page scrolling will always snap to a page when user stops dragging or flinging |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static PageScrollMode | valueOf(String name) | ||||||||||
final static PageScrollMode[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Page scrolling will stop in whatever position the user stopped dragging
Page scrolling will always snap to a page when user stops dragging or flinging