예제 #1
0
파일: Page.php 프로젝트: appotter/phppdf
 public function initialize()
 {
     parent::initialize();
     $this->setAttribute('page-size', self::SIZE_A4);
 }
예제 #2
0
 public function initialize()
 {
     parent::initialize();
     $this->setAttribute('text-align', null);
 }
예제 #3
0
파일: Row.php 프로젝트: zhangxiaoliu/PHPPdf
 public function initialize()
 {
     parent::initialize();
     $this->setAttribute('breakable', false);
 }