PHP Class PhpOffice\PhpPresentation\Style\Outline

Show file Open project: phpoffice/phppowerpoint Class Usage Examples

Protected Properties

Property Type Description
$fill PhpOffice\PhpPresentation\Style\Fill
$width integer

Public Methods

Method Description
__construct ( ) : void
getFill ( ) : PhpOffice\PhpPresentation\Style\Fill
getWidth ( ) : integer
setFill ( PhpOffice\PhpPresentation\Style\Fill $fill ) : Outline
setWidth ( integer $width ) : Outline Value in points

Method Details

__construct() public method

public __construct ( ) : void
return void

getFill() public method

public getFill ( ) : PhpOffice\PhpPresentation\Style\Fill
return PhpOffice\PhpPresentation\Style\Fill

getWidth() public method

public getWidth ( ) : integer
return integer

setFill() public method

public setFill ( PhpOffice\PhpPresentation\Style\Fill $fill ) : Outline
$fill PhpOffice\PhpPresentation\Style\Fill
return Outline

setWidth() public method

Value in points
public setWidth ( integer $width ) : Outline
$width integer
return Outline

Property Details

$fill protected property

protected Fill,PhpOffice\PhpPresentation\Style $fill
return PhpOffice\PhpPresentation\Style\Fill

$width protected property

protected int $width
return integer