I am trying to add superscript and subscripts using apache poi in word file but not getting in same like below
getting like this but i need proper like this [1]: https://i.stack.imgur.com/ZhWyX.png
I am trying to add superscript and subscripts using apache poi in word file but not getting in same like below
getting like this but i need proper like this [1]: https://i.stack.imgur.com/ZhWyX.png
Copyright © 2021 Jogjafile Inc.
The only possibility to have something like this
in a Word document is inserting an equation of form ex.
In Word GUI one would select Insert > Equation > ex.
Using Apache POI this can be done using following code:
Result: