From d490a0f86f02f7f2eeabd8a0f38cbaa82a669187 Mon Sep 17 00:00:00 2001 From: jialei <31276367+MichealJl@users.noreply.github.com> Date: Mon, 13 Jun 2022 23:38:59 +0800 Subject: RichTextRun support set superscript and subscript by vertAlign attribute (#1252) check vertical align enumeration, update set rich text docs and test --- xmlStyles.go | 1 + 1 file changed, 1 insertion(+) (limited to 'xmlStyles.go') diff --git a/xmlStyles.go b/xmlStyles.go index 71fe9a6..0000d45 100644 --- a/xmlStyles.go +++ b/xmlStyles.go @@ -341,6 +341,7 @@ type Font struct { Size float64 `json:"size"` Strike bool `json:"strike"` Color string `json:"color"` + VertAlign string `json:"vertAlign"` } // Fill directly maps the fill settings of the cells. -- cgit v1.2.1