summaryrefslogtreecommitdiff
path: root/xmlApp.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmlApp.go')
-rw-r--r--xmlApp.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/xmlApp.go b/xmlApp.go
index abfd82b..f21e5f9 100644
--- a/xmlApp.go
+++ b/xmlApp.go
@@ -15,13 +15,13 @@ import "encoding/xml"
// AppProperties directly maps the document application properties.
type AppProperties struct {
- Application string
- ScaleCrop bool
- DocSecurity int
- Company string
- LinksUpToDate bool
- HyperlinksChanged bool
- AppVersion string
+ Application string `json:"application"`
+ ScaleCrop bool `json:"scale_crop"`
+ DocSecurity int `json:"doc_security"`
+ Company string `json:"company"`
+ LinksUpToDate bool `json:"links_up_to_date"`
+ HyperlinksChanged bool `json:"hyperlinks_changed"`
+ AppVersion string `json:"app_version"`
}
// xlsxProperties specifies to an OOXML document properties such as the