PHPRtfLite::hasSpecialLayoutForFirstPage PHP Method

hasSpecialLayoutForFirstPage() public method

returns true, if first page has special layout
    public function hasSpecialLayoutForFirstPage()
    {
        return $this->_titlepg;
    }