org.jfor.jfor.rtflib.testdocs
Class TestDocument
java.lang.Object
org.jfor.jfor.rtflib.testdocs.TestDocument
- Direct Known Subclasses:
- BasicLink, ExternalGraphic, ListInTable, MergedTableCells, NestedTable, ParagraphAlignment, SimpleDocument, SimpleLists, SimpleTable, TextAttributes, Whitespace
- abstract class TestDocument
- extends java.lang.Object
Base class for generating RTF documents used to test the jfor rtflib package.
- Author:
- Bertrand Delacretaz bdelacretaz@codeconsult.ch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestDocument
TestDocument()
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
generateDocument
protected abstract void generateDocument(RtfDocumentArea rda,
RtfSection sect)
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