mirror of
https://github.com/fumiama/go-docx.git
synced 2026-07-22 23:30:24 +08:00
feat: chage template name (due2 #17)
This commit is contained in:
6
xml/default/docProps/app.xml
Normal file
6
xml/default/docProps/app.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties"
|
||||
xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">
|
||||
<Template>Normal.dotm</Template>
|
||||
<Application>fumiama-docxlib</Application>
|
||||
</Properties>
|
||||
1
xml/default/docProps/core.xml
Normal file
1
xml/default/docProps/core.xml
Normal file
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"></cp:coreProperties>
|
||||
Reference in New Issue
Block a user