|
|
|
phpWord ทำ line height อย่างไงคับช่วยที่คับ.. |
|
|
|
|
|
|
|
Code (PHP)
// 'normal' font and paragraph styles
$word->addFontStyle('fNormal', array('color' => '#000000', 'name' => 'Georgia', 'size' => 12, 'bold' => false));
$word->addParagraphStyle('pNormal', array('align' => 'left', 'spaceBefore' => 0, 'spaceAfter' => 0, 'spacing' => 0));
// 'big heading' font and paragraph styles
$word->addFontStyle('fBigHeading', array('color' => '#000000', 'name' => 'Georgia', 'size' => 16, 'bold' => true));
$word->addParagraphStyle('pBigHeading', array('align' => 'center', 'spaceBefore' => 0, 'spaceAfter' => 0, 'spacing' => 0));
|
|
|
|
|
Date :
2014-05-27 09:23:22 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fatal error: Call to a member function addFontStyle() on a non-object in D:\AppServ\www\2013\travelbox\application\controllers\word.php on line 86
|
|
|
|
|
Date :
2014-05-27 10:17:05 |
By :
natmini |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คือทำได้ละคับจะของฝากความ
$PHPWord->addFontStyle('rStyle', array('name'=>'Angsana New', 'color'=>'000000' ,'size' =>$setting['font_detail']));
$PHPWord->addParagraphStyle('pStyle', array('spaceAfter'=>0,'spaceBefore'=>0,'spacing'=>0));
$PHPWord->addParagraphStyle('pStylecanter', array('align' => 'center','spaceAfter'=>0,'spaceBefore'=>0,'spacing'=>0));
|
|
|
|
|
Date :
2014-05-29 09:42:08 |
By :
natmini |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|