PHP 클래스 PhpOffice\PhpPresentation\Shape\Chart

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

공개 메소드들

메소드 설명
__clone ( )
__construct ( ) Create a new Chart
getHashCode ( ) : string Get hash code
getIndexedFilename ( ) : string Get indexed filename (using image index)
getLegend ( ) : PhpOffice\PhpPresentation\Shape\Chart\Legend Get Legend
getPlotArea ( ) : PlotArea Get PlotArea
getTitle ( ) : PhpOffice\PhpPresentation\Shape\Chart\Title Get Title
getView3D ( ) : PhpOffice\PhpPresentation\Shape\Chart\View3D Get View3D
hasIncludedSpreadsheet ( ) : boolean Include spreadsheet for editing data? Requires PHPExcel in the same folder as PhpPresentation
setIncludeSpreadsheet ( boolean $value = false ) : Chart Include spreadsheet for editing data? Requires PHPExcel in the same folder as PhpPresentation

메소드 상세

__clone() 공개 메소드

public __clone ( )

__construct() 공개 메소드

Create a new Chart
public __construct ( )

getHashCode() 공개 메소드

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

getIndexedFilename() 공개 메소드

Get indexed filename (using image index)
public getIndexedFilename ( ) : string
리턴 string

getLegend() 공개 메소드

Get Legend
public getLegend ( ) : PhpOffice\PhpPresentation\Shape\Chart\Legend
리턴 PhpOffice\PhpPresentation\Shape\Chart\Legend

getPlotArea() 공개 메소드

Get PlotArea
public getPlotArea ( ) : PlotArea
리턴 PhpOffice\PhpPresentation\Shape\Chart\PlotArea

getTitle() 공개 메소드

Get Title
public getTitle ( ) : PhpOffice\PhpPresentation\Shape\Chart\Title
리턴 PhpOffice\PhpPresentation\Shape\Chart\Title

getView3D() 공개 메소드

Get View3D
public getView3D ( ) : PhpOffice\PhpPresentation\Shape\Chart\View3D
리턴 PhpOffice\PhpPresentation\Shape\Chart\View3D

hasIncludedSpreadsheet() 공개 메소드

Include spreadsheet for editing data? Requires PHPExcel in the same folder as PhpPresentation
public hasIncludedSpreadsheet ( ) : boolean
리턴 boolean

setIncludeSpreadsheet() 공개 메소드

Include spreadsheet for editing data? Requires PHPExcel in the same folder as PhpPresentation
public setIncludeSpreadsheet ( boolean $value = false ) : Chart
$value boolean
리턴 Chart