Hello,
Can you tell me how to make a bulleted list (by code)?
For example:
° First Line
° Second line
° Exc
Thanks
Nico
It is currently Sat Nov 30, 2024 3:43 am
WordprocessingMLPackage template = WordprocessingMLPackage.load(new ByteArrayInputStream(out.toByteArray()));
//start to do something on the template
....
//end
ByteArrayOutputStream outv = new ByteArrayOutputStream();
SaveToZipFile saver = new SaveToZipFile(template);
saver.save(outv);
Total posts 10111 • Total topics 2842 • Total members 2074