Property | Type | Description | |
---|---|---|---|
$arrayGradient | array | Stores font styles draw:gradient nodes | |
$arrayStrokeDash | array | Stores font styles draw:stroke-dash nodes |
Method | Description | |
---|---|---|
render ( ) : ZipInterface |
Method | Description | |
---|---|---|
writeBackgroundStyle ( PhpOffice\Common\XMLWriter $objWriter, |
Write the background image style | |
writeGradientFill ( PhpOffice\Common\XMLWriter $objWriter, PhpOffice\PhpPresentation\Style\Fill $oFill ) | Write the gradient style | |
writeGroupStyle ( PhpOffice\Common\XMLWriter $objWriter, |
Writes the style information for a group of shapes | |
writePart ( ) : string | Write Meta file to XML format | |
writeRichTextStyle ( PhpOffice\Common\XMLWriter $objWriter, |
Write the default style information for a RichText shape | |
writeTableStyle ( PhpOffice\Common\XMLWriter $objWriter, |
Write the default style information for a Table shape |
protected writeBackgroundStyle ( PhpOffice\Common\XMLWriter $objWriter, |
||
$objWriter | PhpOffice\Common\XMLWriter | |
$oBkgImage |
protected writeGradientFill ( PhpOffice\Common\XMLWriter $objWriter, PhpOffice\PhpPresentation\Style\Fill $oFill ) | ||
$objWriter | PhpOffice\Common\XMLWriter | |
$oFill | PhpOffice\PhpPresentation\Style\Fill |
protected writeGroupStyle ( PhpOffice\Common\XMLWriter $objWriter, |
||
$objWriter | PhpOffice\Common\XMLWriter | |
$group |
protected writeRichTextStyle ( PhpOffice\Common\XMLWriter $objWriter, |
||
$objWriter | PhpOffice\Common\XMLWriter | |
$shape |
protected writeTableStyle ( PhpOffice\Common\XMLWriter $objWriter, |
||
$objWriter | PhpOffice\Common\XMLWriter | |
$shape |
protected array $arrayGradient | ||
return | array |
protected array $arrayStrokeDash | ||
return | array |