org.jfor.jfor.rtflib.testdocs
Class Whitespace

java.lang.Object
  extended by org.jfor.jfor.rtflib.testdocs.TestDocument
      extended by org.jfor.jfor.rtflib.testdocs.Whitespace

 class Whitespace
extends TestDocument

Generates an RTF document to test the WhitespaceCollapser

Author:
Bertrand Delacretaz bdelacretaz@codeconsult.ch

Constructor Summary
Whitespace()
           
 
Method Summary
protected  void generateDocument(RtfDocumentArea rda, RtfSection sect)
          generate the body of the test document
 
Methods inherited from class org.jfor.jfor.rtflib.testdocs.TestDocument
addIntroComments, debugMsg, generateOutput, getRtfFilename, setOutputDir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Whitespace

Whitespace()
Method Detail

generateDocument

protected void generateDocument(RtfDocumentArea rda,
                                RtfSection sect)
                         throws java.io.IOException
generate the body of the test document

Specified by:
generateDocument in class TestDocument
Throws:
java.io.IOException