\PhpOffice\PhpSpreadsheet\ChartTitle

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(null|mixed  $caption = null, null|\PhpOffice\PhpSpreadsheet\Chart\Layout  $layout = null) 

Create a new Title.

Parameters

null|mixed $caption
null|\PhpOffice\PhpSpreadsheet\Chart\Layout $layout

getCaption()

getCaption() : string

Get caption.

Returns

string

setCaption()

setCaption(string  $caption) : $this

Set caption.

Parameters

string $caption

Returns

$this