Documentation

Settings extends WriterPart
in package

Table of Contents

Properties

$parentWriter  : Ods
Parent Ods object.

Methods

__construct()  : mixed
Set parent Ods writer.
getParentWriter()  : Ods
Get Ods writer.
write()  : string
Write settings.xml to XML format.
writeAllWorksheetSettings()  : void
writeFreezePane()  : void
writeSelectedCells()  : void
writeSplitValue()  : void
writeWorksheetSettings()  : void

Properties

Methods

__construct()

Set parent Ods writer.

public __construct(Ods $writer) : mixed
Parameters
$writer : Ods

getParentWriter()

Get Ods writer.

public getParentWriter() : Ods
Return values
Ods

write()

Write settings.xml to XML format.

public write() : string
Return values
string

XML Output

writeSplitValue()

private writeSplitValue(XMLWriter $objWriter, string $splitMode, string $type, string $value) : void
Parameters
$objWriter : XMLWriter
$splitMode : string
$type : string
$value : string

        
On this page

Search results