public interface IRTFDocumentParser
| Modifier and Type | Method and Description |
|---|---|
RTFDocument |
getRTFDocument()
Return RTFDocument built.
|
void |
parse(InputStream inputStream)
Parse RTF Input stream and build a RTFDocument.
|
void |
parse(Reader reader)
Parse RTF Reader stream and build a RTFDocumen
|
void parse(Reader reader) throws IOException
reader - RTF source reader to parse.IOExceptionvoid parse(InputStream inputStream) throws IOException
input - stream RTF source reader to parse.IOExceptionRTFDocument getRTFDocument()
Copyright © 2020 Mice S.r.l. All rights reserved.