summaryrefslogtreecommitdiff
path: root/xmlWorksheet.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmlWorksheet.go')
-rw-r--r--xmlWorksheet.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/xmlWorksheet.go b/xmlWorksheet.go
index c78d3ef..96ca235 100644
--- a/xmlWorksheet.go
+++ b/xmlWorksheet.go
@@ -801,3 +801,13 @@ type FormatHeaderFooter struct {
FirstFooter string
FirstHeader string
}
+
+// FormatPageMargins directly maps the settings of page margins
+type FormatPageMargins struct {
+ Bottom string
+ Footer string
+ Header string
+ Left string
+ Right string
+ Top string
+}