addPropertyMaker("retrieve-class-name", m);
// retrieve-position
m = new EnumProperty.Maker(PR_RETRIEVE_POSITION);
m.setInherited(false);
m.addEnum("first-starting-within-page", getEnumProperty(EN_FSWP, "FSWP"));
m.addEnum("first-including-carryover", getEnumProperty(EN_FIC, "FIC"));
m.addEnum("last-starting-within-page", getEnumProperty(EN_LSWP, "LSWP"));
m.addEnum("last-ending-within-page", getEnumProperty(EN_LEWP, "LEWP"));
m.setDefault("first-starting-within-page");
addPropertyMaker("retrieve-position", m);