PHP 클래스 PhpOffice\PhpPresentation\Writer\PowerPoint2007\LayoutPack\AbstractLayoutPack

파일 보기 프로젝트 열기: phpoffice/phppowerpoint

보호된 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
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

메소드 상세

findLayout() 공개 메소드

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

findLayoutId() 공개 메소드

Find specific slide layout id.
public findLayoutId ( string $name = '' ) : integer
$name string
리턴 integer

findLayoutName() 공개 메소드

Find specific slide layout name.
public findLayoutName ( integer $idLayout = '' ) : integer
$idLayout integer
리턴 integer

getLayoutRelations() 공개 메소드

Get array of slide layout relations
public getLayoutRelations ( ) : array
리턴 array

getLayouts() 공개 메소드

Get array of slide layouts
public getLayouts ( ) : array
리턴 array

getMasterSlideRelations() 공개 메소드

Get master slide relations
public getMasterSlideRelations ( ) : array
리턴 array

getMasterSlides() 공개 메소드

Get master slides
public getMasterSlides ( ) : array
리턴 array

getThemeRelations() 공개 메소드

Get theme relations
public getThemeRelations ( ) : array
리턴 array

getThemes() 공개 메소드

Get themes
public getThemes ( ) : array
리턴 array

프로퍼티 상세

$layoutRelations 보호되어 있는 프로퍼티

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

$layouts 보호되어 있는 프로퍼티

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

$masterSlideRels 보호되어 있는 프로퍼티

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

$masterSlides 보호되어 있는 프로퍼티

Structure: - masterid - body
protected array $masterSlides
리턴 array

$themeRelations 보호되어 있는 프로퍼티

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

$themes 보호되어 있는 프로퍼티

Structure: - masterid - body
protected array $themes
리턴 array