* @param id The id whose FObj instance is sought.
* @return The FObj instance that is associated with id.
*/
public Fo retrieveId(final String id) {
final Root root = traitGeneratedBy();
return root.retrieveId(id);
}
/**
* Find the first normal area returned by the formatting object with an
* "id" trait matching the "id" parameter.