\PHPExcel_Chart_Title

PHPExcel_Chart_Title

Summary

Methods
Properties
Constants
__construct()
getCaption()
setCaption()
getLayout()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_caption
$_layout
N/A

Properties

$_caption

$_caption : string

Title Caption

Type

string

Methods

__construct()

__construct(mixed  $caption = null, \PHPExcel_Chart_Layout  $layout = null) : mixed

Create a new PHPExcel_Chart_Title

Parameters

mixed $caption
\PHPExcel_Chart_Layout $layout

Returns

mixed —

getCaption()

getCaption() : string

Get caption

Returns

string —

setCaption()

setCaption(string  $caption = null) : \PHPExcel_Chart_Title

Set caption

Parameters

string $caption

Returns

\PHPExcel_Chart_Title —

getLayout()

getLayout() : \PHPExcel_Chart_Layout

Get Layout

Returns

\PHPExcel_Chart_Layout —