Inserting Border on a text via Ooxml is not Working on Word Online
I need to insert a border that applies to the text. but I can't find on the API to achieve this functionality.
As a work around, I get the ooxml (Word.Range: getOoxml) and insert the border attribute to the text and then reinserting the ooxml(Word.Range: insertOoxml).
For the Desktop env, the code is working normally and when we checked this on the borders and shadings, we can see that it is applied to text
For the Online env, inserted text have no border. Even I manually added the border, it is being removed on the Word Online. Does the Word Online not supporting the border that is applied to text?