HiraokaHyperTools.iTextSharp-LGPL  0.2.5
iTextSharp.text.rtf.RtfMapper Class Reference

Public Member Functions

 RtfMapper (RtfDocument doc)
 
IRtfBasicElement[] MapElement (IElement element)
 

Detailed Description

The RtfMapper provides mappings between com.lowagie.text.* classes and the corresponding com.lowagie.text.rtf.** classes.

Version
$Version:$
Author
Mark Hall (Mark..nosp@m.Hall.nosp@m.@mail.nosp@m..roo.nosp@m.m3b.e.nosp@m.u)

Constructor & Destructor Documentation

◆ RtfMapper()

iTextSharp.text.rtf.RtfMapper.RtfMapper ( RtfDocument  doc)

Constructs a RtfMapper for a RtfDocument

Parameters
docThe RtfDocument this RtfMapper belongs to

Member Function Documentation

◆ MapElement()

IRtfBasicElement [] iTextSharp.text.rtf.RtfMapper.MapElement ( IElement  element)

Takes an Element subclass and returns an array of RtfBasicElement subclasses, that contained the mapped RTF equivalent to the Element passed in.

Parameters
elementThe Element to wrap
Returns
An array of RtfBasicElement wrapping the Element
Exceptions
DocumentException

The documentation for this class was generated from the following file: