diff options
author | Ri Xu <xuri.me@gmail.com> | 2017-01-22 16:16:03 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2017-01-22 16:16:03 +0800 |
commit | 03234d6a254ea9fca674bf11564e88a5bd4d054f (patch) | |
tree | 159334fb000c95b0f37260f9241ab45c0ce6142a /xmlDrawing.go | |
parent | 4a9b39afc634a2399c4729f4fb47c9f290ab1ee5 (diff) |
Support add picture with offset and scaling.
Diffstat (limited to 'xmlDrawing.go')
-rw-r--r-- | xmlDrawing.go | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/xmlDrawing.go b/xmlDrawing.go index efcfa81..1b80975 100644 --- a/xmlDrawing.go +++ b/xmlDrawing.go @@ -115,10 +115,11 @@ type xlsxBlipFill struct { Stretch xlsxStretch `xml:"a:stretch"` } -// xlsxSpPr directly maps the spPr (Shape Properties). This element specifies the visual -// shape properties that can be applied to a picture. These are the same properties that -// are allowed to describe the visual properties of a shape but are used here to describe -// the visual appearance of a picture within a document. +// xlsxSpPr directly maps the spPr (Shape Properties). This element specifies +// the visual shape properties that can be applied to a picture. These are the +// same properties that are allowed to describe the visual properties of a shape +// but are used here to describe the visual appearance of a picture within a +// document. type xlsxSpPr struct { Xfrm xlsxXfrm `xml:"a:xfrm"` PrstGeom xlsxPrstGeom `xml:"a:prstGeom"` |