getNumLines

メソッド public
実装 4.5.011

MultiCellで文字を表示するのに必要な最低限の高さを取得する。

書式
getNumLines( $txt, $w, $reseth, $autopadding, $cellpadding, $border )
戻り値
float 高さ
パラメータ
string $txt 高さを求めたい文字列
float $w 0 セルの幅 (0とするとページ右端まで)
bool $reseth false trueなら、最終のセルの高さをリセットする(デフォルトはfalse0)
bool $autopadding true trueなら、線の幅やpaddingを考慮する。 (デフォルトはtrue)
float $cellpadding '' paddingを指定する。空値ならデフォルトのpaddingを使用する。
mixed $border 0

セルの周りに枠線が必要なら、次の番号をで指定できる。

  • 0: 枠線なし(デフォルト)
  • 1: フレーム(※ 枠線有り)
or a string containing some or all of the following characters (in any order):
  • L: left
  • T: top
  • R: right
  • B: bottom
or an array of line styles for each border group - for example: array('LTRB' => array('width' => 2, 'cap' => 'butt', 'join' => 'miter', 'dash' => 0, 'color' => array(0, 0, 0)))