https://bz.apache.org/bugzilla/show_bug.cgi?id=54383

--- Comment #3 from [email protected] ---
thank you, but meanwhile I solved it with poi-3.14-beta1,
pic.getHorizontalScalingFactor(), pic.getVerticalScalingFactor(),
pic.getDxaGoal(), pic.getDyaGoal()

or:
            PICFAndOfficeArtData data = new
PICFAndOfficeArtData(pic.getRawContent(), 0);
            dxaGoal = data.getPicf().getDxaGoal();
            dyaGoal = data.getPicf().getDyaGoal();
            aspectRatioX = data.getPicf().getMx();
            aspectRatioY = data.getPicf().getMy();

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to