Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

add character spacing for range of character in open xml c#

how to add character spacing for range of characters

like i want to give character spacing In word toggling for 2 characters gg of spacing="Expanded" with By value of 4pt


enter image description here

like image 580
Ganesh Avatar asked Dec 03 '25 10:12

Ganesh


1 Answers

Open XML has not only SDK, but also a tool for converting any document to C# code.

Best way to find out how to use some word feature is to make 2 short documnets - one with this feature used and the other - without. Then convert both documnets into C# code and compare generated code (you can use WinMerge, for example).

like image 72
Qwertiy Avatar answered Dec 04 '25 23:12

Qwertiy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!