List of usage examples for com.lowagie.text.rtf.document RtfDocument subclass-usage
From source file org.pentaho.reporting.engine.classic.core.modules.output.table.rtf.itext.PatchRtfDocument.java
public class PatchRtfDocument extends RtfDocument { private static class PatchRtfMapper extends RtfMapper { private RtfDocument rtfDoc; private PatchRtfMapper(final RtfDocument doc) { super(doc);