Hi All,
Can you just provide me the code to make a worb as a Sub-heading in the word document.
Right now I am trying to generate a word document using document builder.
DocumentBuilder builder = new DocumentBuilder(doc);
builder.writeln("Test");
builder.writeln("Madhu Test");
builder.writeln("Kiran Test");
I Just want to make 'Test' as bold not entire document.
Else how can I make document as own formatted
Thanks
Madhu