PHPRtfLite::getPaperWidth PHP Méthode

getPaperWidth() public méthode

gets the paper width of document
public getPaperWidth ( ) : float
Résultat float $paperWidth paper width
    public function getPaperWidth()
    {
        return $this->_paperWidth;
    }