From 1f73f08185e664d6914c8eb849a9797b26067628 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Mon, 6 Mar 2017 12:05:41 +0800 Subject: - New feature: border setting support (Related issue #21); - Function parameter code is simplified; - Fix element `Tint` value parsing error in worksheet; - Update go test --- xmlDrawing.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlDrawing.go') 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"` -- cgit v1.2.1