PHPRtfLite::getPaperHeight PHP 메소드

getPaperHeight() 공개 메소드

gets the paper height of document
public getPaperHeight ( ) : float
리턴 float $paperHeight paper height
    public function getPaperHeight()
    {
        return $this->_paperHeight;
    }