Hi, I try to fetch the position of a run like:
...
RPr = factory.createRPr();
rpr = r.getRPr();
if (rpr.getPosition() != null) { System.out.println("Position : "+ rpr.getPosition().getVal()); }
...
Could someone know why the rpr.getPosition is all the time null ???
Regards mawilils.