Package | com.distriqt.extension.pdfreader |
Class | public class PDFViewOptions |
Inheritance | PDFViewOptions ![]() |
Property | Defined By | ||
---|---|---|---|
cachePolicy : String = always | PDFViewOptions | ||
emailContent : String | PDFViewOptions | ||
emailSubject : String | PDFViewOptions | ||
filepath : String | PDFViewOptions | ||
fitMode : int = 0 | PDFViewOptions | ||
orientation : int = 0 | PDFViewOptions | ||
password : String | PDFViewOptions | ||
scrollDirection : int = 0 | PDFViewOptions | ||
shouldOverrideLinks : Boolean = false | PDFViewOptions | ||
showBookmarks : Boolean = false | PDFViewOptions | ||
showDoneButton : Boolean = true | PDFViewOptions | ||
showEmail : Boolean = false | PDFViewOptions | ||
showExport : Boolean = false | PDFViewOptions | ||
showPagebar : Boolean = true | PDFViewOptions | ||
showPrint : Boolean = false | PDFViewOptions | ||
showSearch : Boolean = false | PDFViewOptions | ||
showThumbnails : Boolean = false | PDFViewOptions | ||
showTitle : Boolean = true | PDFViewOptions |
Method | Defined By | ||
---|---|---|---|
Constructor
| PDFViewOptions |
Constant | Defined By | ||
---|---|---|---|
FIT_BEST : int = 0 [static] | PDFViewOptions | ||
FIT_HEIGHT : int = 2 [static] | PDFViewOptions | ||
FIT_WIDTH : int = 1 [static] | PDFViewOptions | ||
SCROLL_HORIZONTAL : int = 0 [static] | PDFViewOptions | ||
SCROLL_VERTICAL : int = 1 [static] | PDFViewOptions |
cachePolicy | property |
public var cachePolicy:String = always
emailContent | property |
public var emailContent:String
emailSubject | property |
public var emailSubject:String
filepath | property |
public var filepath:String
fitMode | property |
public var fitMode:int = 0
orientation | property |
public var orientation:int = 0
password | property |
public var password:String
scrollDirection | property |
public var scrollDirection:int = 0
shouldOverrideLinks | property |
public var shouldOverrideLinks:Boolean = false
showBookmarks | property |
public var showBookmarks:Boolean = false
showDoneButton | property |
public var showDoneButton:Boolean = true
showEmail | property |
public var showEmail:Boolean = false
showExport | property |
public var showExport:Boolean = false
showPagebar | property |
public var showPagebar:Boolean = true
showPrint | property |
public var showPrint:Boolean = false
showSearch | property |
public var showSearch:Boolean = false
showThumbnails | property |
public var showThumbnails:Boolean = false
showTitle | property |
public var showTitle:Boolean = true
PDFViewOptions | () | Constructor |
public function PDFViewOptions()
Constructor
FIT_BEST | Constant |
public static const FIT_BEST:int = 0
FIT_HEIGHT | Constant |
public static const FIT_HEIGHT:int = 2
FIT_WIDTH | Constant |
public static const FIT_WIDTH:int = 1
SCROLL_HORIZONTAL | Constant |
public static const SCROLL_HORIZONTAL:int = 0
SCROLL_VERTICAL | Constant |
public static const SCROLL_VERTICAL:int = 1