PHPRtfLite::getMarginBottom PHP 메소드

getMarginBottom() 공개 메소드

gets the bottom margin of document pages
public getMarginBottom ( ) : float
리턴 float $margin
    public function getMarginBottom()
    {
        return $this->_marginBottom;
    }