public final enum

PageScrollMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pspdfkit.configuration.page.PageScrollMode

Class Overview

Describes mode of page scrolling in the document view - either continuous or page by page (paginated).

Summary

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
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PageScrollMode CONTINUOUS

Page scrolling will stop in whatever position the user stopped dragging

public static final PageScrollMode PER_PAGE

Page scrolling will always snap to a page when user stops dragging or flinging

Public Methods

public static PageScrollMode valueOf (String name)

public static final PageScrollMode[] values ()