DocProps
extends WriterPart
in package
Table of Contents
Properties
- $parentWriter : Xlsx
- Parent Xlsx object.
Methods
- __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
$parentWriter
Parent Xlsx object.
private
Xlsx
$parentWriter
Methods
__construct()
Set parent Xlsx object.
public
__construct(Xlsx $writer) : mixed
Parameters
- $writer : Xlsx
getParentWriter()
Get parent Xlsx object.
public
getParentWriter() : Xlsx
Return values
XlsxwriteDocPropsApp()
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