Table of Contents

Namespace iTextSharp.text.rtf.table

Classes

RtfBorder

The RtfBorder handle one row or cell border. INTERNAL USE ONLY @version \(Version:\) @author Mark Hall (Mark.Hall@mail.room3b.eu) @author Unknown

RtfBorderGroup

The RtfBorderGroup represents a collection of RtfBorders to use in a RtfCell or RtfTable. @version \(Version:\) @author Mark Hall (Mark.Hall@mail.room3b.eu)

RtfCell

The RtfCell wraps a Cell, but can also be added directly to a Table. The RtfCell is an extension of Cell, that supports a multitude of different borderstyles. @version $Id: RtfCell.cs,v 1.14 2008/05/16 19:31:18 psoares33 Exp $ @author Mark Hall (Mark.Hall@mail.room3b.eu) @author Steffen Stundzig @author Benoit WIART @see com.lowagie.text.rtf.table.RtfBorder

RtfRow

The RtfRow wraps one Row for a RtfTable. INTERNAL USE ONLY @version \(Version:\) @author Mark Hall (Mark.Hall@mail.room3b.eu) @author Steffen Stundzig @author Lorenz Maierhofer

RtfTable

The RtfTable wraps a Table. INTERNAL USE ONLY @version \(Version:\) @author Mark Hall (Mark.Hall@mail.room3b.eu) @author Steffen Stundzig @author Benoit WIART