IRtfTextrunContainer container
= (IRtfTextrunContainer)builderContext.getContainer(
IRtfTextrunContainer.class, true, this);
RtfTextrun textrun = container.getTextrun();
textrun.addLeader(rtfAttr);
} catch (IOException e) {
log.error("startLeader: " + e.getMessage());
throw new RuntimeException(e.getMessage());
} catch (FOPException e) {
log.error("startLeader: " + e.getMessage());