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 Fri Feb 21, 2025 6:10 am
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 10142 • Total topics 2852 • Total members 2083