PHP 클래스 PhpOffice\PhpPresentation\Shape\AbstractGraphic

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

공개 프로퍼티들

프로퍼티 타입 설명
$relationId string Slide relation ID (should not be used by user code!)

보호된 프로퍼티들

프로퍼티 타입 설명
$description string Description
$name string Name
$resizeProportional boolean Proportional resize

공개 메소드들

메소드 설명
__clone ( )
__construct ( ) Create a new \PhpOffice\PhpPresentation\Slide\AbstractDrawing
getDescription ( ) : string Get Description
getHashCode ( ) : string Get hash code
getImageIndex ( ) : integer Get image index
getName ( ) : string Get Name
isResizeProportional ( ) : boolean Get ResizeProportional
setDescription ( string $pValue = '' ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing Set Description
setHeight ( integer $pValue ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing Set Height
setName ( string $pValue = '' ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing Set Name
setResizeProportional ( boolean $pValue = true ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing Set ResizeProportional
setWidth ( integer $pValue ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing Set Width
setWidthAndHeight ( integer $width, integer $height ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing Set width and height with proportional resize

메소드 상세

__clone() 공개 메소드

public __clone ( )

__construct() 공개 메소드

Create a new \PhpOffice\PhpPresentation\Slide\AbstractDrawing
public __construct ( )

getDescription() 공개 메소드

Get Description
public getDescription ( ) : string
리턴 string

getHashCode() 공개 메소드

Get hash code
public getHashCode ( ) : string
리턴 string Hash code

getImageIndex() 공개 메소드

Get image index
public getImageIndex ( ) : integer
리턴 integer

getName() 공개 메소드

Get Name
public getName ( ) : string
리턴 string

isResizeProportional() 공개 메소드

Get ResizeProportional
public isResizeProportional ( ) : boolean
리턴 boolean

setDescription() 공개 메소드

Set Description
public setDescription ( string $pValue = '' ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing
$pValue string
리턴 PhpOffice\PhpPresentation\Shape\AbstractDrawing

setHeight() 공개 메소드

Set Height
public setHeight ( integer $pValue ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing
$pValue integer
리턴 PhpOffice\PhpPresentation\Shape\AbstractDrawing

setName() 공개 메소드

Set Name
public setName ( string $pValue = '' ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing
$pValue string
리턴 PhpOffice\PhpPresentation\Shape\AbstractDrawing

setResizeProportional() 공개 메소드

Set ResizeProportional
public setResizeProportional ( boolean $pValue = true ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing
$pValue boolean
리턴 PhpOffice\PhpPresentation\Shape\AbstractDrawing

setWidth() 공개 메소드

Set Width
public setWidth ( integer $pValue ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing
$pValue integer
리턴 PhpOffice\PhpPresentation\Shape\AbstractDrawing

setWidthAndHeight() 공개 메소드

Set width and height with proportional resize
저자: Vincent@luo MSN:[email protected]
public setWidthAndHeight ( integer $width, integer $height ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing
$width integer
$height integer
리턴 PhpOffice\PhpPresentation\Shape\AbstractDrawing

프로퍼티 상세

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

Description
protected string $description
리턴 string

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

Name
protected string $name
리턴 string

$relationId 공개적으로 프로퍼티

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

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

Proportional resize
protected bool $resizeProportional
리턴 boolean