PHPRtfLite::getViewMode PHP Method

getViewMode() public method

gets the view mode of the document
public getViewMode ( ) : integer
return integer view mode represented as class constants VIEW_MODE_*
    public function getViewMode()
    {
        return $this->_viewMode;
    }