ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct (array $layout=[]) | |
Create a new Layout. More... | |
getLayoutTarget () | |
Get Layout Target. More... | |
setLayoutTarget ($value) | |
Set Layout Target. More... | |
getXMode () | |
Get X-Mode. More... | |
setXMode ($value) | |
Set X-Mode. More... | |
getYMode () | |
Get Y-Mode. More... | |
setYMode ($value) | |
Set Y-Mode. More... | |
getXPosition () | |
Get X-Position. More... | |
setXPosition ($value) | |
Set X-Position. More... | |
getYPosition () | |
Get Y-Position. More... | |
setYPosition ($value) | |
Set Y-Position. More... | |
getWidth () | |
Get Width. More... | |
setWidth ($value) | |
Set Width. More... | |
getHeight () | |
Get Height. More... | |
setHeight ($value) | |
Set Height. More... | |
getShowLegendKey () | |
Get show legend key. More... | |
setShowLegendKey ($value) | |
Set show legend key Specifies that legend keys should be shown in data labels. More... | |
getShowVal () | |
Get show value. More... | |
setShowVal ($value) | |
Set show val Specifies that the value should be shown in data labels. More... | |
getShowCatName () | |
Get show category name. More... | |
setShowCatName ($value) | |
Set show cat name Specifies that the category name should be shown in data labels. More... | |
getShowSerName () | |
Get show data series name. More... | |
setShowSerName ($value) | |
Set show ser name Specifies that the series name should be shown in data labels. More... | |
getShowPercent () | |
Get show percentage. More... | |
setShowPercent ($value) | |
Set show percentage Specifies that the percentage should be shown in data labels. More... | |
getShowBubbleSize () | |
Get show bubble size. More... | |
setShowBubbleSize ($value) | |
Set show bubble size Specifies that the bubble size should be shown in data labels. More... | |
getShowLeaderLines () | |
Get show leader lines. More... | |
setShowLeaderLines ($value) | |
Set show leader lines Specifies that leader lines should be shown in data labels. More... | |
Private Attributes | |
$layoutTarget | |
$xMode | |
$yMode | |
$xPos | |
$yPos | |
$width | |
$height | |
$showLegendKey | |
$showVal | |
$showCatName | |
$showSerName | |
$showPercent | |
$showBubbleSize | |
$showLeaderLines | |
Definition at line 5 of file Layout.php.
PhpOffice\PhpSpreadsheet\Chart\Layout::__construct | ( | array | $layout = [] | ) |
PhpOffice\PhpSpreadsheet\Chart\Layout::getHeight | ( | ) |
Get Height.
Definition at line 288 of file Layout.php.
References PhpOffice\PhpSpreadsheet\Chart\Layout\$height.
PhpOffice\PhpSpreadsheet\Chart\Layout::getLayoutTarget | ( | ) |
Get Layout Target.
Definition at line 144 of file Layout.php.
References PhpOffice\PhpSpreadsheet\Chart\Layout\$layoutTarget.
PhpOffice\PhpSpreadsheet\Chart\Layout::getShowBubbleSize | ( | ) |
Get show bubble size.
Definition at line 437 of file Layout.php.
References PhpOffice\PhpSpreadsheet\Chart\Layout\$showBubbleSize.
PhpOffice\PhpSpreadsheet\Chart\Layout::getShowCatName | ( | ) |
Get show category name.
Definition at line 362 of file Layout.php.
References PhpOffice\PhpSpreadsheet\Chart\Layout\$showCatName.
PhpOffice\PhpSpreadsheet\Chart\Layout::getShowLeaderLines | ( | ) |
Get show leader lines.
Definition at line 462 of file Layout.php.
References PhpOffice\PhpSpreadsheet\Chart\Layout\$showLeaderLines.
PhpOffice\PhpSpreadsheet\Chart\Layout::getShowLegendKey | ( | ) |
Get show legend key.
Definition at line 312 of file Layout.php.
References PhpOffice\PhpSpreadsheet\Chart\Layout\$showLegendKey.
PhpOffice\PhpSpreadsheet\Chart\Layout::getShowPercent | ( | ) |
Get show percentage.
Definition at line 412 of file Layout.php.
References PhpOffice\PhpSpreadsheet\Chart\Layout\$showPercent.
PhpOffice\PhpSpreadsheet\Chart\Layout::getShowSerName | ( | ) |
Get show data series name.
Definition at line 387 of file Layout.php.
References PhpOffice\PhpSpreadsheet\Chart\Layout\$showSerName.
PhpOffice\PhpSpreadsheet\Chart\Layout::getShowVal | ( | ) |
Get show value.
Definition at line 337 of file Layout.php.
References PhpOffice\PhpSpreadsheet\Chart\Layout\$showVal.
PhpOffice\PhpSpreadsheet\Chart\Layout::getWidth | ( | ) |
Get Width.
Definition at line 264 of file Layout.php.
References PhpOffice\PhpSpreadsheet\Chart\Layout\$width.
PhpOffice\PhpSpreadsheet\Chart\Layout::getXMode | ( | ) |
Get X-Mode.
Definition at line 168 of file Layout.php.
References PhpOffice\PhpSpreadsheet\Chart\Layout\$xMode.
PhpOffice\PhpSpreadsheet\Chart\Layout::getXPosition | ( | ) |
Get X-Position.
Definition at line 216 of file Layout.php.
References PhpOffice\PhpSpreadsheet\Chart\Layout\$xPos.
PhpOffice\PhpSpreadsheet\Chart\Layout::getYMode | ( | ) |
Get Y-Mode.
Definition at line 192 of file Layout.php.
References PhpOffice\PhpSpreadsheet\Chart\Layout\$yMode.
PhpOffice\PhpSpreadsheet\Chart\Layout::getYPosition | ( | ) |
Get Y-Position.
Definition at line 240 of file Layout.php.
References PhpOffice\PhpSpreadsheet\Chart\Layout\$yPos.
PhpOffice\PhpSpreadsheet\Chart\Layout::setHeight | ( | $value | ) |
PhpOffice\PhpSpreadsheet\Chart\Layout::setLayoutTarget | ( | $value | ) |
PhpOffice\PhpSpreadsheet\Chart\Layout::setShowBubbleSize | ( | $value | ) |
Set show bubble size Specifies that the bubble size should be shown in data labels.
bool | $value | Show bubble size |
Definition at line 450 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xlsx\Chart\setChartAttributes().
PhpOffice\PhpSpreadsheet\Chart\Layout::setShowCatName | ( | $value | ) |
Set show cat name Specifies that the category name should be shown in data labels.
bool | $value | Show cat name |
Definition at line 375 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xlsx\Chart\setChartAttributes().
PhpOffice\PhpSpreadsheet\Chart\Layout::setShowLeaderLines | ( | $value | ) |
Set show leader lines Specifies that leader lines should be shown in data labels.
bool | $value | Show leader lines |
Definition at line 475 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xlsx\Chart\setChartAttributes().
PhpOffice\PhpSpreadsheet\Chart\Layout::setShowLegendKey | ( | $value | ) |
Set show legend key Specifies that legend keys should be shown in data labels.
bool | $value | Show legend key |
Definition at line 325 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xlsx\Chart\setChartAttributes().
PhpOffice\PhpSpreadsheet\Chart\Layout::setShowPercent | ( | $value | ) |
Set show percentage Specifies that the percentage should be shown in data labels.
bool | $value | Show percentage |
Definition at line 425 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xlsx\Chart\setChartAttributes().
PhpOffice\PhpSpreadsheet\Chart\Layout::setShowSerName | ( | $value | ) |
Set show ser name Specifies that the series name should be shown in data labels.
bool | $value | Show series name |
Definition at line 400 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xlsx\Chart\setChartAttributes().
PhpOffice\PhpSpreadsheet\Chart\Layout::setShowVal | ( | $value | ) |
Set show val Specifies that the value should be shown in data labels.
bool | $value | Show val |
Definition at line 350 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Reader\Xlsx\Chart\setChartAttributes().
PhpOffice\PhpSpreadsheet\Chart\Layout::setWidth | ( | $value | ) |
PhpOffice\PhpSpreadsheet\Chart\Layout::setXMode | ( | $value | ) |
PhpOffice\PhpSpreadsheet\Chart\Layout::setXPosition | ( | $value | ) |
PhpOffice\PhpSpreadsheet\Chart\Layout::setYMode | ( | $value | ) |
PhpOffice\PhpSpreadsheet\Chart\Layout::setYPosition | ( | $value | ) |
|
private |
Definition at line 54 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\Layout\getHeight().
|
private |
Definition at line 12 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\Layout\getLayoutTarget().
|
private |
Definition at line 101 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\Layout\getShowBubbleSize().
|
private |
Definition at line 78 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\Layout\getShowCatName().
|
private |
Definition at line 109 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\Layout\getShowLeaderLines().
|
private |
Definition at line 62 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\Layout\getShowLegendKey().
|
private |
Definition at line 94 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\Layout\getShowPercent().
|
private |
Definition at line 86 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\Layout\getShowSerName().
|
private |
Definition at line 70 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\Layout\getShowVal().
|
private |
Definition at line 47 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\Layout\getWidth().
|
private |
Definition at line 19 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\Layout\getXMode().
|
private |
Definition at line 33 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\Layout\getXPosition().
|
private |
Definition at line 26 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\Layout\getYMode().
|
private |
Definition at line 40 of file Layout.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\Layout\getYPosition().