PHP 클래스 PhpOffice\PhpPresentation\Writer\ODPresentation\Styles

상속: extends PhpOffice\PhpPresentation\Writer\ODPresentation\AbstractPart
파일 보기 프로젝트 열기: phpoffice/phppowerpoint

보호된 프로퍼티들

프로퍼티 타입 설명
$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