tmpmachine
tmpmachine
Related PR : https://github.com/EvotecIT/OfficeIMO/pull/196 This PR adds option to set font size on list symbol by appending `NumberingSymbolRunProperties` on each `Level`. The issue is that this font size affect all...
Issue: Currently there's no way to set font size of the list's numbering/bullet symbol. ```cs int listItemFontSize = 14; WordList wordList1 = document.AddList(WordListStyle.Headings111, false); wordList1.AddItem("Text 1", 0) .SetFontSize(listItemFontSize); wordList1.AddItem("Text 2",...
Got error after running the test on `main` for the first time. Can't find any issue related to this. Is this expected? ``` npm i npm run test ``` Encounter...
Wouldn't it be better if document PiP has it's own implementation of refocusing on main window instead of modifying window.focus() directly? I believe some 3rd party libraries out there use...