PHPRtfLite::getGutter PHP 메소드

getGutter() 공개 메소드

gets the gutter width
public getGutter ( ) : float
리턴 float $gutter gutter width
    public function getGutter()
    {
        return $this->_gutter;
    }