PHPRtfLite::isLandscape PHP Méthode

isLandscape() public méthode

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