out = ii.returnTextLine((Glyph) de, pb, text);
} else if (de instanceof TextLine) {
// add further information to the text line
out = ii.extendTextLine((TextLine) de, pb, ", "+text);
} else {
throw new Kite9ProcessingException(
"Text line can only be added to existing text lines or glyphs: "
+ de);
}
ii.mapExisting(value, out);