net.sourceforge.rtf.document
Class RTFDocument

java.lang.Object
  extended by net.sourceforge.rtf.document.RTFElement
      extended by net.sourceforge.rtf.document.RTFDocument

public class RTFDocument
extends RTFElement

This class contains all RTF Element of one RTF document.

Version:
1.0.0
Author:
Angelo ZERR

Constructor Summary
RTFDocument()
           
RTFDocument(RTFDocument document)
           
 
Method Summary
 java.io.Reader getReader()
           
 void save(java.io.File file)
           
 void save(java.lang.String fileName)
           
 void save(java.io.Writer writer)
           
 
Methods inherited from class net.sourceforge.rtf.document.RTFElement
addFirstRTFString, addLastRTFString, addRTFElement, addRTFString, flush, getElementList, getElementTextBetween, getFirstRTFString, getRTFContentOfSimpleElement, getRtfElementParent, getRTFFirstContentOfElement, removeCurrentRTFString, replaceElement, setRtfElementParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTFDocument

public RTFDocument()

RTFDocument

public RTFDocument(RTFDocument document)
Method Detail

save

public void save(java.lang.String fileName)
          throws java.io.IOException
Throws:
java.io.IOException

save

public void save(java.io.File file)
          throws java.io.IOException
Throws:
java.io.IOException

save

public void save(java.io.Writer writer)
          throws java.io.IOException
Throws:
java.io.IOException

getReader

public java.io.Reader getReader()
                         throws java.io.IOException
Throws:
java.io.IOException


Copyright 2007 null. All Rights Reserved.