com.lowagie.text.rtf
public class RtfMapper extends Object
Version: $Revision: 3532 $
Field Summary | |
---|---|
RtfDocument | rtfDoc
The RtfDocument this RtfMapper belongs to |
Constructor Summary | |
---|---|
RtfMapper(RtfDocument doc)
Constructs a RtfMapper for a RtfDocument
|
Method Summary | |
---|---|
RtfBasicElement[] | mapElement(Element element)
Takes an Element subclass and returns an array of RtfBasicElement
subclasses, that contained the mapped RTF equivalent to the Element
passed in.
|
Parameters: doc The RtfDocument this RtfMapper belongs to
Parameters: element The Element to wrap
Returns: An array of RtfBasicElement wrapping the Element
Throws: DocumentException