Beispiel #1
0
 /**
  * registers the par format in color table
  *
  * @param PHPRtfLite_ParFormat $parFormat
  */
 public function registerParFormat(PHPRtfLite_ParFormat $parFormat)
 {
     $parFormat->setColorTable($this->getColorTable());
 }
Beispiel #2
0
 /**
  * sets paragraph format for image
  *
  * @param PHPRtfLite_ParFormat $parFormat
  */
 public function setParFormat(PHPRtfLite_ParFormat $parFormat)
 {
     $this->_parFormat = $parFormat;
     $parFormat->setColorTable($this->_rtf->getColorTable());
 }