public final enum

PageScrollDirection

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

Class Overview

Describes direction of page scrolling in the document view

Summary

Enum Values
PageScrollDirection  HORIZONTAL  Horizontal scrolling of pages in the document  
PageScrollDirection  VERTICAL  Vertical scrolling of pages in the document  
Public Methods
static PageScrollDirection valueOf(String name)
final static PageScrollDirection[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PageScrollDirection HORIZONTAL

Horizontal scrolling of pages in the document

public static final PageScrollDirection VERTICAL

Vertical scrolling of pages in the document

Public Methods

public static PageScrollDirection valueOf (String name)

public static final PageScrollDirection[] values ()