} else if (nonTextToUse instanceof ExternalGraphic) {
final ExternalGraphic graphic = (ExternalGraphic) nonTextToUse;
factory.makeExternalGraphicArea(graphic, sizeInline,
graftingPoint);
} else if (nonTextToUse instanceof Leader) {
final Leader leader = (Leader) nonTextToUse;
try {
factory.makeLeaderArea(leader, sizeInline, graftingPoint);
} catch (final AreaTreeException e) {
throw new TextException(e);
}