PHP 클래스 PHPRtfLite_Table_Row

저자: Steffen Zeidler ([email protected])
파일 보기 프로젝트 열기: phprtflite/phprtflite 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_cells PHPRtfLite_Table_Cell[] instances of PHPRtfLite_Table_Cell
$_height float row height
$_rowIndex integer row index in table
$_table PHPRtfLite_Table

공개 메소드들

메소드 설명
__construct ( PHPRtfLite_Table $table, integer $rowIndex, float $height = null ) constructor
free ( )
getCellByIndex ( integer $columnIndex ) : PHPRtfLite_Table_Cell Gets cell instance for the given column index
getHeight ( ) : float gets row height
getRowIndex ( ) : integer gets row index of row
setFont ( PHPRtfLite_Font $font ) sets default font for all cells in the row
setHeight ( float $height ) sets row height

메소드 상세

__construct() 공개 메소드

constructor
public __construct ( PHPRtfLite_Table $table, integer $rowIndex, float $height = null )
$table PHPRtfLite_Table
$rowIndex integer
$height float

free() 공개 메소드

public free ( )

getCellByIndex() 공개 메소드

Gets cell instance for the given column index
public getCellByIndex ( integer $columnIndex ) : PHPRtfLite_Table_Cell
$columnIndex integer
리턴 PHPRtfLite_Table_Cell

getHeight() 공개 메소드

gets row height
public getHeight ( ) : float
리턴 float

getRowIndex() 공개 메소드

gets row index of row
public getRowIndex ( ) : integer
리턴 integer

setFont() 공개 메소드

sets default font for all cells in the row
public setFont ( PHPRtfLite_Font $font )
$font PHPRtfLite_Font

setHeight() 공개 메소드

sets row height
public setHeight ( float $height )
$height float

프로퍼티 상세

$_cells 보호되어 있는 프로퍼티

instances of PHPRtfLite_Table_Cell
protected PHPRtfLite_Table_Cell[] $_cells
리턴 PHPRtfLite_Table_Cell[]

$_height 보호되어 있는 프로퍼티

row height
protected float $_height
리턴 float

$_rowIndex 보호되어 있는 프로퍼티

row index in table
protected int $_rowIndex
리턴 integer

$_table 보호되어 있는 프로퍼티

protected PHPRtfLite_Table $_table
리턴 PHPRtfLite_Table