Documentation

DocProps extends WriterPart

Table of Contents

$parentWriter  : Xlsx
Parent Xlsx object.
__construct()  : mixed
Set parent Xlsx object.
getParentWriter()  : Xlsx
Get parent Xlsx object.
writeDocPropsApp()  : string
Write docProps/app.xml to XML format.
writeDocPropsCore()  : string
Write docProps/core.xml to XML format.
writeDocPropsCustom()  : null|string
Write docProps/custom.xml to XML format.

Properties

Methods

__construct()

Set parent Xlsx object.

public __construct(Xlsx $writer) : mixed
Parameters
$writer : Xlsx
Return values
mixed

getParentWriter()

Get parent Xlsx object.

public getParentWriter() : Xlsx
Return values
Xlsx

writeDocPropsApp()

Write docProps/app.xml to XML format.

public writeDocPropsApp(Spreadsheet $spreadsheet) : string
Parameters
$spreadsheet : Spreadsheet
Return values
string

XML Output

writeDocPropsCore()

Write docProps/core.xml to XML format.

public writeDocPropsCore(Spreadsheet $spreadsheet) : string
Parameters
$spreadsheet : Spreadsheet
Return values
string

XML Output

writeDocPropsCustom()

Write docProps/custom.xml to XML format.

public writeDocPropsCustom(Spreadsheet $spreadsheet) : null|string
Parameters
$spreadsheet : Spreadsheet
Return values
null|string

XML Output

Search results