public class RtfMapper extends Object
| Constructor and Description |
|---|
RtfMapper(RtfDocument doc)
Constructs a RtfMapper for a RtfDocument
|
| Modifier and Type | Method and Description |
|---|---|
RtfBasicElement[] |
mapElement(com.lowagie.text.Element element)
Takes an Element subclass and returns an array of RtfBasicElement
subclasses, that contained the mapped RTF equivalent to the Element
passed in.
|
public RtfMapper(RtfDocument doc)
doc - The RtfDocument this RtfMapper belongs topublic RtfBasicElement[] mapElement(com.lowagie.text.Element element) throws com.lowagie.text.DocumentException
element - The Element to wrapcom.lowagie.text.DocumentExceptionCopyright © 2017. All rights reserved.