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