A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
scrollDirection — Property, class com.distriqt.extension.pdfreader.PDFViewOptions
SCROLL_HORIZONTAL — Constant Static Property, class com.distriqt.extension.pdfreader.PDFViewOptions
SCROLL_VERTICAL — Constant Static Property, class com.distriqt.extension.pdfreader.PDFViewOptions
service — Static Property, class com.distriqt.extension.pdfreader.PDFReader
The singleton instance of the PDFReader class.
setCachePolicy(cachePolicy:String) — method, class com.distriqt.extension.pdfreader.builders.PDFViewBuilder
Sets the cache mode to use for this view.
setEmailContent(subject:String, content:String) — method, class com.distriqt.extension.pdfreader.PDFReader
DEPRECATED Sets the default content used when the email button is clicked in the viewer.
setEmailContent(subject:String, content:String) — method, class com.distriqt.extension.pdfreader.builders.PDFViewBuilder
Sets the default content used when the email button is clicked.
setFitMode(mode:int) — method, class com.distriqt.extension.pdfreader.builders.PDFViewBuilder
Sets the fit mode for scaling the PDF document within the view.
setOrientation(orientation:int) — method, class com.distriqt.extension.pdfreader.builders.PDFViewBuilder
Locks the orientation of the view in a particular orientation, independant of the device orientation
setPage(page:int) — method, interface com.distriqt.extension.pdfreader.PDFView
Change the currently displayed page to the specified page number.
setPassword(password:String) — method, class com.distriqt.extension.pdfreader.builders.PDFViewBuilder
Set the password to open the PDF.
setPath(filepath:String) — method, class com.distriqt.extension.pdfreader.builders.PDFViewBuilder
Set the path to the PDF to load in the PDFView.
setScrollDirection(direction:int) — method, class com.distriqt.extension.pdfreader.builders.PDFViewBuilder
Sets the scroll direction of pages in the PDF View.
setToolbarOptions(showEmail:Boolean, showBookmarks:Boolean, showThumbnails:Boolean, showExport:Boolean) — method, class com.distriqt.extension.pdfreader.PDFReader
DEPRECATED Sets which of the controls will be visible when a PDF is displayed to the user.
setViewport(x:int, y:int, width:int, height:int) — method, interface com.distriqt.extension.pdfreader.PDFView
Change the viewport of the view.
shouldOverrideLinks — Property, class com.distriqt.extension.pdfreader.PDFViewOptions
shouldOverrideLinks(enabled:Boolean) — method, class com.distriqt.extension.pdfreader.builders.PDFViewBuilder
Sets whether links in the PDF to websites should be automatically opened.
show(resetState:Boolean) — method, interface com.distriqt.extension.pdfreader.PDFView
Displays the PDF View to the user.
showBookmarks — Property, class com.distriqt.extension.pdfreader.PDFViewOptions
showBookmarks(enabled:Boolean) — method, class com.distriqt.extension.pdfreader.builders.PDFViewBuilder
If true the "bookmarks" button will be shown to allow the user to bookmark pages in the document Availability: iOS
showDoneButton — Property, class com.distriqt.extension.pdfreader.PDFViewOptions
showDoneButton(enabled:Boolean) — method, class com.distriqt.extension.pdfreader.builders.PDFViewBuilder
Show the done button to allow the user to close the view Availability: iOS Android
showEmail — Property, class com.distriqt.extension.pdfreader.PDFViewOptions
showEmail(enabled:Boolean) — method, class com.distriqt.extension.pdfreader.builders.PDFViewBuilder
Enables the display of a button in the toolbar that when clicked displays a dialog for the user to email the PDF.
showExport — Property, class com.distriqt.extension.pdfreader.PDFViewOptions
showExport(enabled:Boolean) — method, class com.distriqt.extension.pdfreader.builders.PDFViewBuilder
If true the "export" (or "share") button will be shown to allow the user to share the document Availability: iOS
SHOWN — Constant Static Property, class com.distriqt.extension.pdfreader.events.PDFViewEvent
Availability: iOS Android
showPagebar — Property, class com.distriqt.extension.pdfreader.PDFViewOptions
showPagebar(enabled:Boolean) — method, class com.distriqt.extension.pdfreader.builders.PDFViewBuilder
showPDF(filepath:String, password:String, resetState:Boolean) — method, class com.distriqt.extension.pdfreader.PDFReader
DEPRECATED Displays the PDF reader/viewer to the user.
showPrint — Property, class com.distriqt.extension.pdfreader.PDFViewOptions
showPrint(enabled:Boolean) — method, class com.distriqt.extension.pdfreader.builders.PDFViewBuilder
If true the "print" button will be shown to allow the user to print the document Note: this is only available to PDF files that aren't password protected Availability: iOS
showSearch — Property, class com.distriqt.extension.pdfreader.PDFViewOptions
showSearch(enabled:Boolean) — method, class com.distriqt.extension.pdfreader.builders.PDFViewBuilder
Show the search input to enable user text searching.
showThumbnails — Property, class com.distriqt.extension.pdfreader.PDFViewOptions
showThumbnails(enabled:Boolean) — method, class com.distriqt.extension.pdfreader.builders.PDFViewBuilder
If true the "thumbnails" button will be shown to allow the user to switch to a thumbnail view of the document Availability: iOS
showTitle — Property, class com.distriqt.extension.pdfreader.PDFViewOptions
showTitle(enabled:Boolean) — method, class com.distriqt.extension.pdfreader.builders.PDFViewBuilder
Controls the display of the document title in the tool bar Availability: iOS Android
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z