- Code: Select all
String str = "<w:p xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\" ><w:r><w:rPr><w:b /></w:rPr><w:u>Bold text </w:u></w:t></w:r></w:p>";
Is there a simple way to create underlined text or centered text like this? I have no xml (which i think that is right?) experience besides some minor android stuff, so i am not too sure. THanks in advanced