PHPRtfLite::getGutter PHP Méthode

getGutter() public méthode

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