PHPRtfLite::getMarginRight PHP 메소드

getMarginRight() 공개 메소드

gets the right margin of document pages
public getMarginRight ( ) : float
리턴 float $margin
    public function getMarginRight()
    {
        return $this->_marginRight;
    }