PHP 클래스 PhpOffice\PhpPresentation\Shape\Table

상속: extends AbstractGraphic, implements PhpOffice\PhpPresentation\ComparableInterface
파일 보기 프로젝트 열기: phpoffice/phppowerpoint 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( integer $columns = 1 ) Create a new \PhpOffice\PhpPresentation\Shape\Table instance
createRow ( ) : PhpOffice\PhpPresentation\Shape\Table\Row Create row
getHashCode ( ) : string Get hash code
getRow ( integer $row, boolean $exceptionAsNull = false ) : PhpOffice\PhpPresentation\Shape\Table\Row Get row
getRows ( ) : PhpOffice\PhpPresentation\Shape\Table\Row[] Get rows

메소드 상세

__construct() 공개 메소드

Create a new \PhpOffice\PhpPresentation\Shape\Table instance
public __construct ( integer $columns = 1 )
$columns integer Number of columns

createRow() 공개 메소드

Create row
public createRow ( ) : PhpOffice\PhpPresentation\Shape\Table\Row
리턴 PhpOffice\PhpPresentation\Shape\Table\Row

getHashCode() 공개 메소드

Get hash code
public getHashCode ( ) : string
리턴 string Hash code

getRow() 공개 메소드

Get row
public getRow ( integer $row, boolean $exceptionAsNull = false ) : PhpOffice\PhpPresentation\Shape\Table\Row
$row integer Row number
$exceptionAsNull boolean Return a null value instead of an exception?
리턴 PhpOffice\PhpPresentation\Shape\Table\Row

getRows() 공개 메소드

Get rows
public getRows ( ) : PhpOffice\PhpPresentation\Shape\Table\Row[]
리턴 PhpOffice\PhpPresentation\Shape\Table\Row[]