getMargins 【初心者向けWordPressブログ始め方!完全解説】

TCPDFは、PDFドキュメントを生成するためのPHPクラスです。TCPDFは2002年に初めて公開され開発が進められてきた無料のオープンソースソフトウェアです。現在公開されているPHPのPDFライブラリはいくつかありますが、その中でも機能面で一番優れていて実績もあります。

getMargins( )
Returns an array containing current margins:
$ret[‘left’] = left margin
$ret[‘right’] = right margin
$ret[‘top’] = top margin
$ret[‘bottom’] = bottom margin
$ret[‘header’] = header margin
$ret[‘footer’] = footer margin
$ret[‘cell’] = cell padding array
$ret[‘padding_left’] = cell left padding
$ret[‘padding_top’] = cell top padding
$ret[‘padding_right’] = cell right padding
$ret[‘padding_bottom’] = cell bottom padding’


タイトルとURLをコピーしました