PHP 클래스 PhpOffice\PhpPresentation\Shape\Chart\PlotArea

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

공개 메소드들

메소드 설명
__clone ( )
__construct ( ) Create a new \PhpOffice\PhpPresentation\Shape\Chart\PlotArea instance
getAxisX ( ) : Axis Get Axis X
getAxisY ( ) : Axis Get Axis Y
getHashCode ( ) : string Get hash code
getHashIndex ( ) : string Get hash index
getHeight ( ) : float Get Height (as a fraction of the chart)
getOffsetX ( ) : float Get OffsetX (as a fraction of the chart)
getOffsetY ( ) : float Get OffsetY (as a fraction of the chart)
getType ( ) : AbstractType Get type
getWidth ( ) : float Get Width (as a fraction of the chart)
setHashIndex ( string $value ) Set hash index
setHeight ( float | integer $value ) : PhpOffice\PhpPresentation\Shape\Chart\Title Set Height (as a fraction of the chart)
setOffsetX ( float | integer $value ) : PhpOffice\PhpPresentation\Shape\Chart\Title Set OffsetX (as a fraction of the chart)
setOffsetY ( float | integer $value ) : PhpOffice\PhpPresentation\Shape\Chart\Title Set OffsetY (as a fraction of the chart)
setType ( AbstractType $value ) : PlotArea Set type
setWidth ( float | integer $value ) : PhpOffice\PhpPresentation\Shape\Chart\Title Set Width (as a fraction of the chart)

메소드 상세

__clone() 공개 메소드

public __clone ( )

__construct() 공개 메소드

Create a new \PhpOffice\PhpPresentation\Shape\Chart\PlotArea instance
public __construct ( )

getAxisX() 공개 메소드

Get Axis X
public getAxisX ( ) : Axis
리턴 Axis

getAxisY() 공개 메소드

Get Axis Y
public getAxisY ( ) : Axis
리턴 Axis

getHashCode() 공개 메소드

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

getHashIndex() 공개 메소드

Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
public getHashIndex ( ) : string
리턴 string Hash index

getHeight() 공개 메소드

Get Height (as a fraction of the chart)
public getHeight ( ) : float
리턴 float

getOffsetX() 공개 메소드

Get OffsetX (as a fraction of the chart)
public getOffsetX ( ) : float
리턴 float

getOffsetY() 공개 메소드

Get OffsetY (as a fraction of the chart)
public getOffsetY ( ) : float
리턴 float

getType() 공개 메소드

Get type
public getType ( ) : AbstractType
리턴 PhpOffice\PhpPresentation\Shape\Chart\Type\AbstractType

getWidth() 공개 메소드

Get Width (as a fraction of the chart)
public getWidth ( ) : float
리턴 float

setHashIndex() 공개 메소드

Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
public setHashIndex ( string $value )
$value string Hash index

setHeight() 공개 메소드

Set Height (as a fraction of the chart)
public setHeight ( float | integer $value ) : PhpOffice\PhpPresentation\Shape\Chart\Title
$value float | integer
리턴 PhpOffice\PhpPresentation\Shape\Chart\Title

setOffsetX() 공개 메소드

Set OffsetX (as a fraction of the chart)
public setOffsetX ( float | integer $value ) : PhpOffice\PhpPresentation\Shape\Chart\Title
$value float | integer
리턴 PhpOffice\PhpPresentation\Shape\Chart\Title

setOffsetY() 공개 메소드

Set OffsetY (as a fraction of the chart)
public setOffsetY ( float | integer $value ) : PhpOffice\PhpPresentation\Shape\Chart\Title
$value float | integer
리턴 PhpOffice\PhpPresentation\Shape\Chart\Title

setType() 공개 메소드

Set type
public setType ( AbstractType $value ) : PlotArea
$value PhpOffice\PhpPresentation\Shape\Chart\Type\AbstractType
리턴 PlotArea

setWidth() 공개 메소드

Set Width (as a fraction of the chart)
public setWidth ( float | integer $value ) : PhpOffice\PhpPresentation\Shape\Chart\Title
$value float | integer
리턴 PhpOffice\PhpPresentation\Shape\Chart\Title