|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.text.xml.XmlToXXX
com.lowagie.text.xml.XmlToRtf
public class XmlToRtf
RTF-specific subclass of XmlToXXX.
| Field Summary |
|---|
| Fields inherited from class com.lowagie.text.xml.XmlToXXX |
|---|
pageSize |
| Constructor Summary | |
|---|---|
XmlToRtf()
Construct an XmlToRtf with the default page size. |
|
XmlToRtf(java.lang.String pageSize)
Construct an XmlToRtf with the specified page size. |
|
| Method Summary | |
|---|---|
protected void |
addWriter(Document doc,
java.io.OutputStream out)
Add a DocWriter for the specified Document and
OutputStream. |
static void |
main(java.lang.String[] args)
Main method of the XmlToRtf class. |
| Methods inherited from class com.lowagie.text.xml.XmlToXXX |
|---|
parse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlToRtf()
XmlToRtf with the default page size.
public XmlToRtf(java.lang.String pageSize)
XmlToRtf with the specified page size.
pageSize - String page size name from
com.lowagie.text.PageSize.| Method Detail |
|---|
protected final void addWriter(Document doc,
java.io.OutputStream out)
throws DocumentException
DocWriter for the specified Document and
OutputStream.
addWriter in class XmlToXXXdoc - The document to which content will be addedout - The outputstream to which RTF will be sent
DocumentException - if document errors occur.public static void main(java.lang.String[] args)
XmlToRtf class.
args - String[] of command-line arguments.
|
Hosted by Hostbasket | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||