JAVA Tech VERSION 3.0 Method isAllButtons, MethodsetPageButtonstrue/false, Method isPageButtons

Models: VERSION 3.0

1 88
Download 88 pages 5.41 Kb
Page 66
Image 66

Method: isAllButtons()

E.g. var buttonsVisible = ViewONE.isAllButtons();

Returns a Boolean value of ‘true’ if the all buttons are visible else a value ‘false’ is returned (these are file, print, image, new-window and view buttons)

Method:setPageButtons(true/false)

E.g. ViewONE.setPageButtons(true);

Specifies whether the toolbar includes page buttons. A value of ‘true’ (default) indicates the buttons are visible and ‘false’ indicates they are not.

The page buttons are:

First page, previous page, next page, last page and a drag bar for page selection..

Method: isPageButtons()

E.g. var buttonsVisible = ViewONE.isPageButtons();

Returns a Boolean value of ‘true’ if the page buttons are visible else a value ‘false’ is returned.

66

Page 66
Image 66
JAVA Tech VERSION 3.0 manual Method isAllButtons, MethodsetPageButtonstrue/false, Method isPageButtons