PHP Class PhpOffice\PhpPresentation\Style\Outline

Afficher le fichier Open project: phpoffice/phppowerpoint Class Usage Examples

Protected Properties

Свойство Type Description
$fill PhpOffice\PhpPresentation\Style\Fill
$width integer

Méthodes publiques

Méthode 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 méthode

public __construct ( ) : void
Résultat void

getFill() public méthode

public getFill ( ) : PhpOffice\PhpPresentation\Style\Fill
Résultat PhpOffice\PhpPresentation\Style\Fill

getWidth() public méthode

public getWidth ( ) : integer
Résultat integer

setFill() public méthode

public setFill ( PhpOffice\PhpPresentation\Style\Fill $fill ) : Outline
$fill PhpOffice\PhpPresentation\Style\Fill
Résultat Outline

setWidth() public méthode

Value in points
public setWidth ( integer $width ) : Outline
$width integer
Résultat Outline

Property Details

$fill protected_oe property

protected Fill,PhpOffice\PhpPresentation\Style $fill
Résultat PhpOffice\PhpPresentation\Style\Fill

$width protected_oe property

protected int $width
Résultat integer