PHPRtfLite::getGutter PHP Method

getGutter() public method

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