public final class Word2Forrest extends Object
| Constructor and Description |
|---|
Word2Forrest(HWPFDocument doc,
OutputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeBody() |
void |
closeDocument() |
void |
closeParagraph() |
void |
closeSection() |
void |
closeSource() |
void |
closeTitle() |
void |
init() |
static void |
main(String[] args) |
void |
openBody() |
void |
openDocument() |
void |
openParagraph() |
void |
openSection() |
void |
openSource() |
void |
openTitle() |
void |
writePlainText(String text) |
public Word2Forrest(HWPFDocument doc, OutputStream stream) throws IOException
IOExceptionpublic void init()
throws IOException
IOExceptionpublic void openDocument()
throws IOException
IOExceptionpublic void closeDocument()
throws IOException
IOExceptionpublic void openBody()
throws IOException
IOExceptionpublic void closeBody()
throws IOException
IOExceptionpublic void openSection()
throws IOException
IOExceptionpublic void closeSection()
throws IOException
IOExceptionpublic void openTitle()
throws IOException
IOExceptionpublic void closeTitle()
throws IOException
IOExceptionpublic void writePlainText(String text) throws IOException
IOExceptionpublic void openParagraph()
throws IOException
IOExceptionpublic void closeParagraph()
throws IOException
IOExceptionpublic void openSource()
throws IOException
IOExceptionpublic void closeSource()
throws IOException
IOExceptionpublic static void main(String[] args) throws IOException
IOException