PHP Класс PhpOffice\PhpPresentation\Writer\ODPresentation\Styles

Наследование: extends PhpOffice\PhpPresentation\Writer\ODPresentation\AbstractPart
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$arrayGradient array Stores font styles draw:gradient nodes
$arrayStrokeDash array Stores font styles draw:stroke-dash nodes

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

Метод Описание
render ( ) : ZipInterface

Защищенные методы

Метод Описание
writeBackgroundStyle ( PhpOffice\Common\XMLWriter $objWriter, Image $oBkgImage, $numSlide ) Write the background image style
writeGradientFill ( PhpOffice\Common\XMLWriter $objWriter, PhpOffice\PhpPresentation\Style\Fill $oFill ) Write the gradient style
writeGroupStyle ( PhpOffice\Common\XMLWriter $objWriter, Group $group ) Writes the style information for a group of shapes
writePart ( ) : string Write Meta file to XML format
writeRichTextStyle ( PhpOffice\Common\XMLWriter $objWriter, RichText $shape ) Write the default style information for a RichText shape
writeTableStyle ( PhpOffice\Common\XMLWriter $objWriter, Table $shape ) Write the default style information for a Table shape

Описание методов

render() публичный Метод

public render ( ) : ZipInterface
Результат ZipInterface

writeBackgroundStyle() защищенный Метод

Write the background image style
protected writeBackgroundStyle ( PhpOffice\Common\XMLWriter $objWriter, Image $oBkgImage, $numSlide )
$objWriter PhpOffice\Common\XMLWriter
$oBkgImage PhpOffice\PhpPresentation\Slide\Background\Image

writeGradientFill() защищенный Метод

Write the gradient style
protected writeGradientFill ( PhpOffice\Common\XMLWriter $objWriter, PhpOffice\PhpPresentation\Style\Fill $oFill )
$objWriter PhpOffice\Common\XMLWriter
$oFill PhpOffice\PhpPresentation\Style\Fill

writeGroupStyle() защищенный Метод

Writes the style information for a group of shapes
protected writeGroupStyle ( PhpOffice\Common\XMLWriter $objWriter, Group $group )
$objWriter PhpOffice\Common\XMLWriter
$group PhpOffice\PhpPresentation\Shape\Group

writePart() защищенный Метод

Write Meta file to XML format
protected writePart ( ) : string
Результат string XML Output

writeRichTextStyle() защищенный Метод

Write the default style information for a RichText shape
protected writeRichTextStyle ( PhpOffice\Common\XMLWriter $objWriter, RichText $shape )
$objWriter PhpOffice\Common\XMLWriter
$shape PhpOffice\PhpPresentation\Shape\RichText

writeTableStyle() защищенный Метод

Write the default style information for a Table shape
protected writeTableStyle ( PhpOffice\Common\XMLWriter $objWriter, Table $shape )
$objWriter PhpOffice\Common\XMLWriter
$shape PhpOffice\PhpPresentation\Shape\Table

Описание свойств

$arrayGradient защищенное свойство

Stores font styles draw:gradient nodes
protected array $arrayGradient
Результат array

$arrayStrokeDash защищенное свойство

Stores font styles draw:stroke-dash nodes
protected array $arrayStrokeDash
Результат array