PHP 클래스 PhpOffice\PhpPresentation\Style\Outline

파일 보기 프로젝트 열기: phpoffice/phppowerpoint 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fill PhpOffice\PhpPresentation\Style\Fill
$width integer

공개 메소드들

메소드 설명
__construct ( ) : void
getFill ( ) : PhpOffice\PhpPresentation\Style\Fill
getWidth ( ) : integer
setFill ( PhpOffice\PhpPresentation\Style\Fill $fill ) : Outline
setWidth ( integer $width ) : Outline Value in points

메소드 상세

__construct() 공개 메소드

public __construct ( ) : void
리턴 void

getFill() 공개 메소드

public getFill ( ) : PhpOffice\PhpPresentation\Style\Fill
리턴 PhpOffice\PhpPresentation\Style\Fill

getWidth() 공개 메소드

public getWidth ( ) : integer
리턴 integer

setFill() 공개 메소드

public setFill ( PhpOffice\PhpPresentation\Style\Fill $fill ) : Outline
$fill PhpOffice\PhpPresentation\Style\Fill
리턴 Outline

setWidth() 공개 메소드

Value in points
public setWidth ( integer $width ) : Outline
$width integer
리턴 Outline

프로퍼티 상세

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

protected Fill,PhpOffice\PhpPresentation\Style $fill
리턴 PhpOffice\PhpPresentation\Style\Fill

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

protected int $width
리턴 integer