|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for PhpOffice\PhpSpreadsheet\Chart\Title:Public Member Functions | |
| __construct ($caption=null, ?Layout $layout=null) | |
| Create a new Title. More... | |
| getCaption () | |
| Get caption. More... | |
| setCaption ($caption) | |
| Set caption. More... | |
| getLayout () | |
| Get Layout. More... | |
Private Attributes | |
| $caption | |
| $layout | |
| PhpOffice\PhpSpreadsheet\Chart\Title::__construct | ( | $caption = null, |
|
| ?Layout | $layout = null |
||
| ) |
Create a new Title.
| null | mixed | $caption |
Definition at line 26 of file Title.php.
References PhpOffice\PhpSpreadsheet\Chart\Title\$caption, and PhpOffice\PhpSpreadsheet\Chart\Title\$layout.
| PhpOffice\PhpSpreadsheet\Chart\Title::getCaption | ( | ) |
Get caption.
Definition at line 37 of file Title.php.
References PhpOffice\PhpSpreadsheet\Chart\Title\$caption.
| PhpOffice\PhpSpreadsheet\Chart\Title::getLayout | ( | ) |
Get Layout.
Definition at line 61 of file Title.php.
References PhpOffice\PhpSpreadsheet\Chart\Title\$layout.
| PhpOffice\PhpSpreadsheet\Chart\Title::setCaption | ( | $caption | ) |
Set caption.
| string | $caption |
Definition at line 49 of file Title.php.
References PhpOffice\PhpSpreadsheet\Chart\Title\$caption.
|
private |
Definition at line 12 of file Title.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\Title\__construct(), PhpOffice\PhpSpreadsheet\Chart\Title\getCaption(), and PhpOffice\PhpSpreadsheet\Chart\Title\setCaption().
|
private |
Definition at line 19 of file Title.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\Title\__construct(), and PhpOffice\PhpSpreadsheet\Chart\Title\getLayout().