org.jfor.jfor.rtflib.testdocs
Class MergedTableCells

java.lang.Object
  extended byorg.jfor.jfor.rtflib.testdocs.TestDocument
      extended byorg.jfor.jfor.rtflib.testdocs.MergedTableCells

class MergedTableCells
extends TestDocument

Generates an RTF test document containing merged table cells

Author:
Bertrand Delacretaz bdelacretaz@codeconsult.ch

Constructor Summary
(package private) MergedTableCells()
           
 
Method Summary
protected  void addIntroComments(RtfSection sect)
           
(package private)  void debugMsg(java.lang.String msg)
           
protected  void generateDocument(RtfDocumentArea rda, RtfSection sect)
          generate the body of the test document
(package private)  void generateOutput()
           
(package private)  java.lang.String getRtfFilename()
           
(package private)  void setOutputDir(java.io.File outDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergedTableCells

MergedTableCells()
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

setOutputDir

final void setOutputDir(java.io.File outDir)
                 throws java.io.IOException
Throws:
java.io.IOException

getRtfFilename

final java.lang.String getRtfFilename()

generateOutput

final void generateOutput()
                   throws java.io.IOException
Throws:
java.io.IOException

debugMsg

void debugMsg(java.lang.String msg)

addIntroComments

protected void addIntroComments(RtfSection sect)
                         throws java.io.IOException
Throws:
java.io.IOException