PHPRtfLite::getPaperWidth PHP 메소드

getPaperWidth() 공개 메소드

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