PHPRtfLite::isLandscape PHP 메소드

isLandscape() 공개 메소드

returns true, if landscape layout should be used
public isLandscape ( ) : boolean
리턴 boolean
    public function isLandscape()
    {
        return $this->_isLandscape;
    }