static { for (TextAlignment p : values()) { imap.put(p.getValue(), p); } }
static { for (TextAlignment p : values()) { imap.put(new Integer(p.getValue()), p); } }