PHP Class PhpOffice\PhpPresentation\Shape\Table

Inheritance: extends AbstractGraphic, implements PhpOffice\PhpPresentation\ComparableInterface
Afficher le fichier Open project: phpoffice/phppowerpoint Class Usage Examples

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

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

createRow() public méthode

Create row
public createRow ( ) : PhpOffice\PhpPresentation\Shape\Table\Row
Résultat PhpOffice\PhpPresentation\Shape\Table\Row

getHashCode() public méthode

Get hash code
public getHashCode ( ) : string
Résultat string Hash code

getRow() public méthode

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?
Résultat PhpOffice\PhpPresentation\Shape\Table\Row

getRows() public méthode

Get rows
public getRows ( ) : PhpOffice\PhpPresentation\Shape\Table\Row[]
Résultat PhpOffice\PhpPresentation\Shape\Table\Row[]