HaruDoc::setPageMode

(no version information, might be only in CVS)

HaruDoc::setPageMode -- Set how the document should be displayed

说明

bool HaruDoc::setPageMode ( int mode )

Defines how the document should be displayed.

参数

mode

The following values are accepted:

HaruDoc::PAGE_MODE_USE_NONE - display the document with neither outline nor thumbnail.
HaruDoc::PAGE_MODE_USE_OUTLINE - display the document with outline pane.
HaruDoc::PAGE_MODE_USE_THUMBS - display the document with thumbnail pane.
HaruDoc::PAGE_MODE_FULL_SCREEN - display the document with full screen mode.

返回值

Returns TRUE on success.

错误/异常

Throws HaruException on error.

参见

HaruDoc::getPageMode()