PHP 클래스 PhpOffice\PhpPresentation\Slide\SlideLayout

상속: extends AbstractSlide, implements PhpOffice\PhpPresentation\ComparableInterface, implements PhpOffice\PhpPresentation\ShapeContainerInterface
파일 보기 프로젝트 열기: phpoffice/phppowerpoint 1 사용 예제들

공개 프로퍼티들

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

보호된 프로퍼티들

프로퍼티 타입 설명
$layoutName integer Slide layout ID (should not be used by user code!)
$slideMaster

공개 메소드들

메소드 설명
__construct ( SlideMaster $pSlideMaster ) Create a new slideLayout
getLayoutName ( ) : integer
setLayoutName ( integer $layoutName ) : SlideLayout

메소드 상세

__construct() 공개 메소드

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

getLayoutName() 공개 메소드

public getLayoutName ( ) : integer
리턴 integer

setLayoutName() 공개 메소드

public setLayoutName ( integer $layoutName ) : SlideLayout
$layoutName integer
리턴 SlideLayout

프로퍼티 상세

$colorMap 공개적으로 프로퍼티

Mapping of colors to the theme
public ColorMap,PhpOffice\PhpPresentation\Style $colorMap
리턴 PhpOffice\PhpPresentation\Style\ColorMap

$layoutId 공개적으로 프로퍼티

Slide layout ID (should not be used by user code!)
public int $layoutId
리턴 integer

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

Slide layout ID (should not be used by user code!)
protected int $layoutName
리턴 integer

$layoutNr 공개적으로 프로퍼티

Slide layout NR (should not be used by user code!)
public int $layoutNr
리턴 integer

$relationId 공개적으로 프로퍼티

Slide relation ID (should not be used by user code!)
public string $relationId
리턴 string

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

protected $slideMaster