mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-12 03:20:23 +08:00
add f.UseTemplate
This commit is contained in:
11
fs.go
11
fs.go
@@ -27,4 +27,15 @@ var (
|
||||
//go:embed xml
|
||||
//go:embed xml/a4/_rels/*
|
||||
TemplateXMLFS embed.FS
|
||||
|
||||
// A4TemplateFileList is the files list under TemplateXMLFS/xml/a4
|
||||
A4TemplateFilesList = []string{
|
||||
"_rels/.rels",
|
||||
"docProps/app.xml",
|
||||
"docProps/core.xml",
|
||||
"word/theme/theme1.xml",
|
||||
"word/fontTable.xml",
|
||||
"word/styles.xml",
|
||||
"[Content_Types].xml",
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user