\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

$layout

$layout : \PhpOffice\PhpSpreadsheet\Chart\Layout

Title Layout.

Type

Layout

Methods

__construct()

__construct(null|mixed  $caption = null, ?\PhpOffice\PhpSpreadsheet\Chart\Layout  $layout = null) : mixed

Create a new Title.

Parameters

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

Returns

mixed —

getCaption()

getCaption() : string

Get caption.

Returns

string —

setCaption()

setCaption(string  $caption) : $this

Set caption.

Parameters

string $caption

Returns

$this —

getLayout()

getLayout() : \PhpOffice\PhpSpreadsheet\Chart\Layout

Get Layout.

Returns

\PhpOffice\PhpSpreadsheet\Chart\Layout —