Example usage for com.lowagie.text.rtf RtfElement subclass-usage

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

Introduction

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

Usage

From source file org.pentaho.reporting.engine.classic.core.modules.output.table.rtf.itext.PatchRtfBorder.java

/**
 * The PatchRtfBorder handle one row or cell border. INTERNAL USE ONLY
 *
 * @author Mark Hall (Mark.Hall@mail.room3b.eu)
 * @author Thomas Bickel (tmb99@inode.at)
 * @version $Id: PatchRtfBorder.java 3580 2008-08-06 15:52:00Z howard_s $

From source file org.pentaho.reporting.engine.classic.core.modules.output.table.rtf.itext.PatchRtfBorderGroup.java

/**
 * The PatchRtfBorderGroup represents a collection of RtfBorders to use in a PatchRtfCell or PatchRtfTable.
 *
 * @author Mark Hall (Mark.Hall@mail.room3b.eu)
 * @author Thomas Bickel (tmb99@inode.at)
 * @version $Id: PatchRtfBorderGroup.java 3427 2008-05-24 18:32:31Z xlv $

From source file org.pentaho.reporting.engine.classic.core.modules.output.table.rtf.itext.PatchRtfRow.java

/**
 * The PatchRtfRow wraps one Row for a PatchRtfTable. INTERNAL USE ONLY
 *
 * @author Mark Hall (Mark.Hall@mail.room3b.eu)
 * @author Steffen Stundzig
 * @author Lorenz Maierhofer

From source file org.pentaho.reporting.engine.classic.core.modules.output.table.rtf.itext.PatchRtfTable.java

/**
 * The PatchRtfTable wraps a Table. INTERNAL USE ONLY
 *
 * @author Mark Hall (Mark.Hall@mail.room3b.eu)
 * @author Steffen Stundzig
 * @author Benoit Wiart