PHP Класс PhpOffice\PhpPresentation\Shape\Chart\PlotArea

Наследование: implements PhpOffice\PhpPresentation\ComparableInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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