You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ref qax-os#2208, add new Name field in GraphicOptions to support set and get graphic name
- Add new exported error variables ErrMaxGraphicAltTextLength and ErrMaxGraphicNameLength
- Add gold sponsors
- AddPicture and AddPictureFromBytes functions support set name of picture
- AddChart and AddShape functions support set name and alternative text
- AddSlicer function support set alternative text
- Export 2 constants MaxGraphicAltTextLength and MaxGraphicNameLength
- Check graphic name and alternative text length, return error if the length length exceeds the limit
- Check and truncate text length in UTF16
- Update unit tests
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,3 +246,7 @@ This program is under the terms of the BSD 3-Clause License. See [https://openso
246
246
The Excel logo is a trademark of [Microsoft Corporation](https://aka.ms/trademarks-usage). This artwork is an adaptation.
247
247
248
248
The Go gopher was created by [Renee French](https://go.dev/doc/gopher/README). Licensed under the [Creative Commons 4.0 Attributions license](http://creativecommons.org/licenses/by/4.0/).
0 commit comments