Documentation

Graphic
in package

Shared ODF graphic property helpers.

Table of Contents

Methods

writeFillAndStroke()  : void
Write standard ODF fill and stroke properties.
writeFrameProperties()  : void
Write the ODF geometry for a frame-like element.

Methods

writeFillAndStroke()

Write standard ODF fill and stroke properties.

public static writeFillAndStroke(XMLWriter $xmlWriter[, Fill|null $fill = null ][, Outline|null $outline = null ]) : void
Parameters
$xmlWriter : XMLWriter
$fill : Fill|null = null
$outline : Outline|null = null

writeFrameProperties()

Write the ODF geometry for a frame-like element.

public static writeFrameProperties(XMLWriter $xmlWriter, Frame $style) : void
Parameters
$xmlWriter : XMLWriter
$style : Frame
On this page

Search results