Example usage for com.lowagie.text.rtf.document RtfDocument subclass-usage

List of usage examples for com.lowagie.text.rtf.document RtfDocument subclass-usage

Introduction

In this page you can find the example usage for com.lowagie.text.rtf.document RtfDocument subclass-usage.

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);