PHP Class PhpOffice\PhpPresentation\Writer\PowerPoint2007\LayoutPack\AbstractLayoutPack

Afficher le fichier Open project: phpoffice/phppowerpoint

Protected Properties

Свойство Type Description
$layoutRelations array Structure: - layoutId (referencing layout id in layouts array) - id (relation id) - type - contentType - target (full path in OpenXML package) - contents (body)
$layouts array These are all an array consisting of: - id (int) - masterid (int) - name (string) - body (string)
$masterSlideRels array Structure: - master id - id (relation id) - type - contentType - target (full path in OpenXML package) - contents (body)
$masterSlides array Structure: - masterid - body
$themeRelations array Structure: - masterid - id (relation id) - type - contentType - target (full path in OpenXML package) - contents (body)
$themes array Structure: - masterid - body

Méthodes publiques

Méthode Description
findLayout ( string $name = '', integer $masterId = 1 ) : array Find specific slide layout.
findLayoutId ( string $name = '' ) : integer Find specific slide layout id.
findLayoutName ( integer $idLayout = '' ) : integer Find specific slide layout name.
getLayoutRelations ( ) : array Get array of slide layout relations
getLayouts ( ) : array Get array of slide layouts
getMasterSlideRelations ( ) : array Get master slide relations
getMasterSlides ( ) : array Get master slides
getThemeRelations ( ) : array Get theme relations
getThemes ( ) : array Get themes

Method Details

findLayout() public méthode

This is an array consisting of: - masterid - name (string) - body (string)
public findLayout ( string $name = '', integer $masterId = 1 ) : array
$name string
$masterId integer
Résultat array

findLayoutId() public méthode

Find specific slide layout id.
public findLayoutId ( string $name = '' ) : integer
$name string
Résultat integer

findLayoutName() public méthode

Find specific slide layout name.
public findLayoutName ( integer $idLayout = '' ) : integer
$idLayout integer
Résultat integer

getLayoutRelations() public méthode

Get array of slide layout relations
public getLayoutRelations ( ) : array
Résultat array

getLayouts() public méthode

Get array of slide layouts
public getLayouts ( ) : array
Résultat array

getMasterSlideRelations() public méthode

Get master slide relations
public getMasterSlideRelations ( ) : array
Résultat array

getMasterSlides() public méthode

Get master slides
public getMasterSlides ( ) : array
Résultat array

getThemeRelations() public méthode

Get theme relations
public getThemeRelations ( ) : array
Résultat array

getThemes() public méthode

Get themes
public getThemes ( ) : array
Résultat array

Property Details

$layoutRelations protected_oe property

Structure: - layoutId (referencing layout id in layouts array) - id (relation id) - type - contentType - target (full path in OpenXML package) - contents (body)
protected array $layoutRelations
Résultat array

$layouts protected_oe property

These are all an array consisting of: - id (int) - masterid (int) - name (string) - body (string)
protected array $layouts
Résultat array

$masterSlideRels protected_oe property

Structure: - master id - id (relation id) - type - contentType - target (full path in OpenXML package) - contents (body)
protected array $masterSlideRels
Résultat array

$masterSlides protected_oe property

Structure: - masterid - body
protected array $masterSlides
Résultat array

$themeRelations protected_oe property

Structure: - masterid - id (relation id) - type - contentType - target (full path in OpenXML package) - contents (body)
protected array $themeRelations
Résultat array

$themes protected_oe property

Structure: - masterid - body
protected array $themes
Résultat array