Content
extends WriterPart
in package
Tags
Table of Contents
Properties
- $additionalNumberFormats : array<string, callable>
Methods
- __construct() : mixed
- Set parent Ods writer.
- getDrawingWriter() : Drawing
- Get drawing writer instance.
- getParentWriter() : Ods
- Get Ods writer.
- write() : string
- Write content.xml to XML format.
Properties
$additionalNumberFormats
public
array<string, callable>
$additionalNumberFormats
= []
Methods
__construct()
Set parent Ods writer.
public
__construct(Ods $writer) : mixed
Parameters
- $writer : Ods
getDrawingWriter()
Get drawing writer instance.
public
getDrawingWriter() : Drawing
Return values
DrawinggetParentWriter()
Get Ods writer.
public
getParentWriter() : Ods
Return values
Odswrite()
Write content.xml to XML format.
public
write() : string
Return values
string —XML Output