summaryrefslogtreecommitdiff
path: root/xmlDrawing.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2017-03-06 12:05:41 +0800
committerRi Xu <xuri.me@gmail.com>2017-03-06 12:05:41 +0800
commit1f73f08185e664d6914c8eb849a9797b26067628 (patch)
tree71ebce585a03f13e5b68c96a12d0aa06a7756a2c /xmlDrawing.go
parent48722e6482d97e742755002061bf1c7b042bfb44 (diff)
- New feature: border setting support (Related issue #21);
- Function parameter code is simplified; - Fix element `Tint` value parsing error in worksheet; - Update go test
Diffstat (limited to 'xmlDrawing.go')
-rw-r--r--xmlDrawing.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlDrawing.go b/xmlDrawing.go
index a91e7d7..521fe6d 100644
--- a/xmlDrawing.go
+++ b/xmlDrawing.go
@@ -189,8 +189,8 @@ type encodeWsDr struct {
WsDr xlsxWsDr `xml:"xdr:wsDr"`
}
-// xlsxFormatPicture directly maps the format settings of the picture.
-type xlsxFormatPicture struct {
+// formatPicture directly maps the format settings of the picture.
+type formatPicture struct {
FPrintsWithSheet bool `json:"print_obj"`
FLocksWithSheet bool `json:"locked"`
NoChangeAspect bool `json:"lock_aspect_ratio"`