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 Wed Oct 15, 2025 6:09 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());
}
<h1>Heading</h1><b>hi</b>
Total posts 10200 • Total topics 2872 • Total members 2100