On Fri, 7 Oct 2011, Yegor Kozlov wrote:
Yes, it is expected. It may be confusing that implementations of ClientAnchor behave differently (fractions vs EMUs), but I don't see how to make this differences transparent to user. Dealing with fractions is a pain. EMUs are much easier and personally I would be happy if both HSSF and XSSF operate in EMUs but it is not possible for historical reasons.
I guess we could add a method on the interface that explicitly works in EMUs. For XSSF that'd delegate directly, for HSSF it'd convert. We could then update the docs to make it clear that the regular method works in native units, but we have the translating one too
In theory this should be a quick patch for someone to work up, especially someone who uses the pictures support in hssf/xssf :) (which I don't!)
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
