PHP Class PhpOffice\PhpPresentation\Slide\SlideLayout

Inheritance: extends AbstractSlide, implements PhpOffice\PhpPresentation\ComparableInterface, implements PhpOffice\PhpPresentation\ShapeContainerInterface
Afficher le fichier Open project: phpoffice/phppowerpoint Class Usage Examples

Méthodes publiques

Свойство Type Description
$colorMap PhpOffice\PhpPresentation\Style\ColorMap Mapping of colors to the theme
$layoutId integer Slide layout ID (should not be used by user code!)
$layoutNr integer Slide layout NR (should not be used by user code!)
$relationId string Slide relation ID (should not be used by user code!)

Protected Properties

Свойство Type Description
$layoutName integer Slide layout ID (should not be used by user code!)
$slideMaster

Méthodes publiques

Méthode Description
__construct ( SlideMaster $pSlideMaster ) Create a new slideLayout
getLayoutName ( ) : integer
setLayoutName ( integer $layoutName ) : SlideLayout

Method Details

__construct() public méthode

Create a new slideLayout
public __construct ( SlideMaster $pSlideMaster )
$pSlideMaster SlideMaster

getLayoutName() public méthode

public getLayoutName ( ) : integer
Résultat integer

setLayoutName() public méthode

public setLayoutName ( integer $layoutName ) : SlideLayout
$layoutName integer
Résultat SlideLayout

Property Details

$colorMap public_oe property

Mapping of colors to the theme
public ColorMap,PhpOffice\PhpPresentation\Style $colorMap
Résultat PhpOffice\PhpPresentation\Style\ColorMap

$layoutId public_oe property

Slide layout ID (should not be used by user code!)
public int $layoutId
Résultat integer

$layoutName protected_oe property

Slide layout ID (should not be used by user code!)
protected int $layoutName
Résultat integer

$layoutNr public_oe property

Slide layout NR (should not be used by user code!)
public int $layoutNr
Résultat integer

$relationId public_oe property

Slide relation ID (should not be used by user code!)
public string $relationId
Résultat string

$slideMaster protected_oe property

protected $slideMaster