afterAttributes = new RtfAttributes();
}
afterAttributes.set(RtfAfter.FOOTER);
RtfAfter after = c.newAfter(afterAttributes);
builderContext.pushContainer(after);
}
} catch (IOException ioe) {
log.error("startFlow: " + ioe.getMessage());
throw new RuntimeException(ioe.getMessage());