PHPRtfLite::borderSurroundsFooter PHP Method

borderSurroundsFooter() public method

checks, if border surrounds footer
public borderSurroundsFooter ( ) : boolean
return boolean
    public function borderSurroundsFooter()
    {
        return $this->_borderSurroundsFooter;
    }