Documentation

CommentAuthors extends AbstractDecoratorWriter
in package

Table of Contents

Properties

$oHashTable  : HashTable
$oPresentation  : PhpPresentation
$oZip  : ZipInterface

Methods

getDrawingHashTable()  : HashTable
getPresentation()  : PhpPresentation
getZip()  : ZipInterface
render()  : ZipInterface
setDrawingHashTable()  : $this
setPresentation()  : $this
setZip()  : $this
absoluteZipPath()  : string
Determine absolute zip path.
writeBorder()  : void
Write Border.
writeColor()  : void
writeCommentsAuthors()  : string
writeFill()  : void
Write Fill.
writeGradientFill()  : void
Write Gradient Fill.
writeOutline()  : void
Write Outline.
writePatternFill()  : void
Write Pattern Fill.
writeRelationship()  : void
Write relationship.
writeSolidFill()  : void
Write Solid Fill.

Properties

Methods

render()

public render() : ZipInterface
Return values
ZipInterface

setZip()

public setZip(ZipInterface $oZip) : $this
Parameters
$oZip : ZipInterface
Return values
$this

absoluteZipPath()

Determine absolute zip path.

protected absoluteZipPath(string $path) : string
Parameters
$path : string
Return values
string

writeBorder()

Write Border.

protected writeBorder(XMLWriter $objWriter, Border $pBorder[, string $pElementName = 'L' ][, bool $isMarker = false ]) : void
Parameters
$objWriter : XMLWriter

XML Writer

$pBorder : Border

Border

$pElementName : string = 'L'

Element name

$isMarker : bool = false

writeColor()

protected writeColor(XMLWriter $objWriter, Color $color[, int|null $alpha = null ]) : void
Parameters
$objWriter : XMLWriter
$color : Color
$alpha : int|null = null

writeCommentsAuthors()

protected writeCommentsAuthors(array<string|int, Author$arrayAuthors) : string
Parameters
$arrayAuthors : array<string|int, Author>
Return values
string

writeFill()

Write Fill.

protected writeFill(XMLWriter $objWriter, null|Fill $pFill) : void
Parameters
$objWriter : XMLWriter

XML Writer

$pFill : null|Fill

Fill style

writeGradientFill()

Write Gradient Fill.

protected writeGradientFill(XMLWriter $objWriter, Fill $pFill) : void
Parameters
$objWriter : XMLWriter

XML Writer

$pFill : Fill

Fill style

writePatternFill()

Write Pattern Fill.

protected writePatternFill(XMLWriter $objWriter, Fill $pFill) : void
Parameters
$objWriter : XMLWriter

XML Writer

$pFill : Fill

Fill style

writeRelationship()

Write relationship.

protected writeRelationship(XMLWriter $objWriter, int $pId, string $pType, string $pTarget[, string $pTargetMode = '' ]) : void
Parameters
$objWriter : XMLWriter

XML Writer

$pId : int

Relationship ID. rId will be prepended!

$pType : string

Relationship type

$pTarget : string

Relationship target

$pTargetMode : string = ''

Relationship target mode

writeSolidFill()

Write Solid Fill.

protected writeSolidFill(XMLWriter $objWriter, Fill $pFill) : void
Parameters
$objWriter : XMLWriter

XML Writer

$pFill : Fill

Fill style


        
On this page

Search results