Outline
in package
\PhpOffice\PhpPresentation\Style\Outline.
Table of Contents
Properties
Methods
- __construct() : mixed
- getFill() : Fill
- getWidth() : int
- Value in pixels.
- setFill() : self
- setWidth() : self
- Value in pixels.
Properties
$fill
protected
Fill
$fill
$width
protected
int
$width
= 1
Methods
__construct()
public
__construct() : mixed
getFill()
public
getFill() : Fill
Return values
FillgetWidth()
Value in pixels.
public
getWidth() : int
Return values
intsetFill()
public
setFill(Fill $fill) : self
Parameters
- $fill : Fill
Return values
selfsetWidth()
Value in pixels.
public
setWidth([int $pValue = 1 ]) : self
Parameters
- $pValue : int = 1