[EMAIL PROTECTED] wrote:

+ + private static void attrBaseLineShift(EnumLength baselineShift, RtfAttributes rtfAttr) { + + String s = baselineShift.getString();


Use baselineShift.getEnum() to get the enum values that is assigned to a length. Never ever use the getString() method, it is purely there for debugging and for use by the testing frameworks.

I have also fixed this in SVN.

regards,
finn

Reply via email to