From a9c7d6637cbf0419365aee9cc743a066bdd06b6a Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Thu, 26 Apr 2018 11:41:13 +0800 Subject: - Support to set the positioning of a picture, relate issue #214; - go test and godoc has been updated --- xmlDrawing.go | 1 + 1 file changed, 1 insertion(+) (limited to 'xmlDrawing.go') 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. -- cgit v1.2.1