From 0aa15106947965bdae9daae7571a4a3f569bf32d Mon Sep 17 00:00:00 2001 From: xuri Date: Sat, 11 Jul 2020 02:31:02 +0800 Subject: update docs and improve compatibility --- xmlTheme.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmlTheme.go') diff --git a/xmlTheme.go b/xmlTheme.go index 2f181e2..e3588dc 100644 --- a/xmlTheme.go +++ b/xmlTheme.go @@ -123,9 +123,9 @@ type xlsxBgFillStyleLst struct { BgFillStyleLst string `xml:",innerxml"` } -// xlsxClrScheme maps to children of the clrScheme element in the namespace -// http://schemas.openxmlformats.org/drawingml/2006/main - currently I have -// not checked it for completeness - it does as much as I need. +// xlsxClrScheme specifies the theme color, stored in the document's Theme +// part to which the value of this theme color shall be mapped. This mapping +// enables multiple theme colors to be chained together. type xlsxClrSchemeEl struct { XMLName xml.Name SysClr *xlsxSysClr `xml:"sysClr"` -- cgit v1.2.1