Beispiel #1
0
 /**
  * Constructor
  * 
  * @param PHPRtfLite    $rtf
  * @param string        $type
  */
 public function __construct(PHPRtfLite $rtf, $type)
 {
     $this->_rtf = $rtf;
     $this->_type = $type;
     if ($this->_type == self::TYPE_FIRST) {
         $rtf->setFirstPageHasSpecialLayout(true);
     }
 }