Hi,
Is it possible to draw lines programmatically with the framework? I noticed that Word produce a <v:shape /> with o:gfxdata.
Kind regards,
Andreas
It is currently Sat Aug 23, 2025 12:20 pm
ResultTriple rt = org.docx4j.model.listnumbering.Emulator.getNumber(
wordMLPackage, pStyleVal, numId, levelId);
if(rt!=null)
{
System.out.println("Bullet: " + rt.getBullet());
System.out.println("NumString: " + rt.getNumString());
}
Total posts 10189 • Total topics 2867 • Total members 2097