63 $objWriter->startElement(
'office:document-settings');
64 $objWriter->writeAttribute(
'xmlns:office',
'urn:oasis:names:tc:opendocument:xmlns:office:1.0');
65 $objWriter->writeAttribute(
'xmlns:xlink',
'http://www.w3.org/1999/xlink');
66 $objWriter->writeAttribute(
'xmlns:config',
'urn:oasis:names:tc:opendocument:xmlns:config:1.0');
67 $objWriter->writeAttribute(
'xmlns:ooo',
'http://openoffice.org/2004/office');
68 $objWriter->writeAttribute(
'office:version',
'1.2');
71 $objWriter->startElement(
'config:config-item-set');
72 $objWriter->writeAttribute(
'config:name',
'ooo:view-settings');
73 $objWriter->startElement(
'config:config-item-map-indexed');
74 $objWriter->writeAttribute(
'config:name',
'Views');
77 $objWriter->startElement(
'config:config-item-set');
78 $objWriter->writeAttribute(
'config:name',
'ooo:configuration-settings');
getParentWriter()
Get parent IWriter object.
const STORAGE_MEMORY
Temporary storage method.
write(PHPExcel $pPHPExcel=null)
Write settings.xml to XML format.