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
writeFrameProperties()
Write the ODF geometry for a frame-like element.
public
static writeFrameProperties(XMLWriter $xmlWriter, Frame $style) : void