コード例 #1
0
ファイル: test.php プロジェクト: jayhealey/pdflib
 public function __construct(libPDFInterface $pdf)
 {
     parent::__construct($pdf);
     $this->SetAutoPageBreak(true, $this->bMargin + $this->FontSizePt);
     $this->SetTopMargin($this->tMargin + $this->FontSizePt);
 }
コード例 #2
0
ファイル: fallback.php プロジェクト: jayhealey/pdflib
 public function __construct($classname, $docclass)
 {
     parent::__construct($docclass);
     $this->setMessage("PDF class not defined");
 }