Table of Contents

Namespace iTextSharp.text.rtf.graphic

Classes

RtfImage

The RtfImage contains one image. Supported image types are jpeg, png, wmf, bmp. @version \(Version:\) @author Mark Hall (Mark.Hall@mail.room3b.eu) @author Paulo Soares

RtfShape

The RtfShape provides the interface for adding shapes to the RTF document. This will only work for Word 97+, older Word versions are not supported by this class.

Only very simple shapes are directly supported by the RtfShape. For more complex shapes you will have to read the RTF specification (iText follows the 1.6 specification) and add the desired properties via the RtfShapeProperty.

One thing to keep in mind is that distances are not expressed in the standard iText point, but in EMU where 1 inch = 914400 EMU or 1 cm = 360000 EMU. @version $Revision: 1.7 $ @author Mark Hall (Mark.Hall@mail.room3b.eu)

RtfShapePosition

The RtfShapePosition stores position and ordering information for one RtfShape. @version $Revision: 1.6 $ @author Mark Hall (Mark.Hall@mail.room3b.eu)

RtfShapeProperty

The RtfShapeProperty stores all shape properties that are not handled by the RtfShape and RtfShapePosition. There is a huge selection of properties that can be set. For the most important properites there are constants for the property name, for all others you must find the correct property name in the RTF specification (version 1.6). The following types of property values are supported: long double bool Color int[] Point[] @version $Revision: 1.8 $ @author Mark Hall (Mark.Hall@mail.room3b.eu)