summaryrefslogtreecommitdiff
path: root/xmlDrawing.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2018-04-26 11:41:13 +0800
committerRi Xu <xuri.me@gmail.com>2018-04-26 11:41:13 +0800
commita9c7d6637cbf0419365aee9cc743a066bdd06b6a (patch)
tree02d9caeb2d397903f94c710ef18ea165bebaf6ee /xmlDrawing.go
parent9ee57fdb388e6e0a50dd8c945c27f051205fa23d (diff)
- Support to set the positioning of a picture, relate issue #214;
- go test and godoc has been updated
Diffstat (limited to 'xmlDrawing.go')
-rw-r--r--xmlDrawing.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlDrawing.go b/xmlDrawing.go
index 600d83a..beb6bc9 100644
--- a/xmlDrawing.go
+++ b/xmlDrawing.go
@@ -360,6 +360,7 @@ type formatPicture struct {
YScale float64 `json:"y_scale"`
Hyperlink string `json:"hyperlink"`
HyperlinkType string `json:"hyperlink_type"`
+ Positioning string `json:"positioning"`
}
// formatShape directly maps the format settings of the shape.