PHP Class PhpOffice\PhpPresentation\Shape\Chart\PlotArea

Inheritance: implements PhpOffice\PhpPresentation\ComparableInterface
Afficher le fichier Open project: phpoffice/phppowerpoint Class Usage Examples

Méthodes publiques

Méthode Description
__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)

Method Details

__clone() public méthode

public __clone ( )

__construct() public méthode

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

getAxisX() public méthode

Get Axis X
public getAxisX ( ) : Axis
Résultat Axis

getAxisY() public méthode

Get Axis Y
public getAxisY ( ) : Axis
Résultat Axis

getHashCode() public méthode

Get hash code
public getHashCode ( ) : string
Résultat string Hash code

getHashIndex() public méthode

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
Résultat string Hash index

getHeight() public méthode

Get Height (as a fraction of the chart)
public getHeight ( ) : float
Résultat float

getOffsetX() public méthode

Get OffsetX (as a fraction of the chart)
public getOffsetX ( ) : float
Résultat float

getOffsetY() public méthode

Get OffsetY (as a fraction of the chart)
public getOffsetY ( ) : float
Résultat float

getType() public méthode

Get type
public getType ( ) : AbstractType
Résultat PhpOffice\PhpPresentation\Shape\Chart\Type\AbstractType

getWidth() public méthode

Get Width (as a fraction of the chart)
public getWidth ( ) : float
Résultat float

setHashIndex() public méthode

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() public méthode

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

setOffsetX() public méthode

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

setOffsetY() public méthode

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

setType() public méthode

Set type
public setType ( AbstractType $value ) : PlotArea
$value PhpOffice\PhpPresentation\Shape\Chart\Type\AbstractType
Résultat PlotArea

setWidth() public méthode

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