JAVA Tech JAVA Technologies Co. Ltd. Marine Radio VERSION 3.0 Manuel D’Utilisation

Page de 88
 
 
48
48
48
48
Viewing 
 
setView(view) 
 
E.g. ViewONE.setView(0); 
 
Specifies the view mode used to display pages of a document. This method is effective 
only while a document is open. Acceptable integer values are: 
0: Fullpage 
 
 
(default): A single view of the current page is visible 
 
1: Twopage 
 
 
Two pages are visible at the same time 
 
2: Thumbsonly 
 
 
A view of the thumbnails only is visible. 
 
3: Thumbsleft 
 
 
A view of the current page with thumbnails on the left of the page. 
 
4: Thumbsright 
 
 
A view of the current page with thumbnails on the right of the page. 
 
5: Thumbstop 
 
 
A view of the current page with thumbnails at the top of the page. 
 
6: Thumbsbottom 
 
 
A view of the current page with thumbnails at the bottom of the page.
 
 
 
getView() 
 
E.g. var scale = ViewONE.getView();  
 
Returns the integer view mode value. 
Method:
 
Method: