PHP Class PhpOffice\PhpPresentation\Writer\ODPresentation\ObjectsChart

Inheritance: extends AbstractDecoratorWriter
Afficher le fichier Open project: phpoffice/phppowerpoint

Protected Properties

Свойство Type Description
$arrayData mixed
$arrayTitle mixed
$numData integer
$numSeries integer
$rangeCol string
$xmlContent PhpOffice\Common\XMLWriter

Méthodes publiques

Méthode Description
render ( ) : PhpOffice\Common\Adapter\Zip\ZipInterface

Méthodes protégées

Méthode Description
writeAxisStyle ( Chart $chart )
writeContentPart ( Chart $chart ) : string
writeGridline ( $oGridlines, $styleName, $chartClass )
writeGridlineStyle ( Gridlines $oGridlines, string $styleName )

Private Methods

Méthode Description
writeAxis ( Chart $chart )
writeChartStyle ( Chart $chart )
writeFloor ( )
writeFloorStyle ( )
writeLegend ( Chart $chart )
writeLegendStyle ( Chart $chart )
writePlotArea ( Chart $chart )
writePlotAreaStyle ( Chart $chart )
writeSeries ( Chart $chart, Series $series )
writeSeriesStyle ( Chart $chart, Series $series )
writeTable ( )
writeTitle ( PhpOffice\PhpPresentation\Shape\Chart\Title $oTitle )
writeTitleStyle ( PhpOffice\PhpPresentation\Shape\Chart\Title $oTitle )
writeWall ( )
writeWallStyle ( Chart $chart )

Method Details

render() public méthode

public render ( ) : PhpOffice\Common\Adapter\Zip\ZipInterface
Résultat PhpOffice\Common\Adapter\Zip\ZipInterface

writeAxisStyle() protected méthode

protected writeAxisStyle ( Chart $chart )
$chart PhpOffice\PhpPresentation\Shape\Chart

writeContentPart() protected méthode

protected writeContentPart ( Chart $chart ) : string
$chart PhpOffice\PhpPresentation\Shape\Chart
Résultat string

writeGridline() protected méthode

protected writeGridline ( $oGridlines, $styleName, $chartClass )

writeGridlineStyle() protected méthode

protected writeGridlineStyle ( Gridlines $oGridlines, string $styleName )
$oGridlines PhpOffice\PhpPresentation\Shape\Chart\Gridlines
$styleName string

Property Details

$arrayData protected_oe property

protected mixed $arrayData
Résultat mixed

$arrayTitle protected_oe property

protected mixed $arrayTitle
Résultat mixed

$numData protected_oe property

protected int $numData
Résultat integer

$numSeries protected_oe property

protected int $numSeries
Résultat integer

$rangeCol protected_oe property

protected string $rangeCol
Résultat string

$xmlContent protected_oe property

protected XMLWriter,PhpOffice\Common $xmlContent
Résultat PhpOffice\Common\XMLWriter