Implements a function to insert HTML list (ol, li) into template word file.
At that time, where should I set the paragraph height of the list?
I can not find the place to set.
$ docx-> createListStyle ('customList', $ ListOpt);
Also, even if the setting is made with HTML CSS (line-height: 1.5em), it will not be reflected as "Line spacing> Multiple".
Please let me know the implementation method.