PHPRtfLite::hasSpecialLayoutForFirstPage PHP 메소드

hasSpecialLayoutForFirstPage() 공개 메소드

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