|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.lowagie.text.rtf.RtfMapper
public class RtfMapper
The RtfMapper provides mappings between com.lowagie.text.* classes and the corresponding com.lowagie.text.rtf.** classes.
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RtfMapper(RtfDocument doc)
doc
- The RtfDocument this RtfMapper belongs toMethod Detail |
---|
public RtfBasicElement[] mapElement(Element element) throws DocumentException
element
- The Element to wrap
DocumentException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |