PHPRtfLite::setPaperHeight PHP 메소드

setPaperHeight() 공개 메소드

sets the paper height of document
public setPaperHeight ( float $height )
$height float paper height
    public function setPaperHeight($height)
    {
        $this->_paperHeight = $height;
    }