PHPRtfLite::getViewMode PHP 메소드

getViewMode() 공개 메소드

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