public class StringTextConverter extends AbstractTextConverter
| Constructor and Description |
|---|
StringTextConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
convert(IRtfSource source) |
String |
getText() |
void |
processExtractedText(String text)
This method is called to process the test we've extracted from the RTF file.
|
processCommand, processGroupEnd, processGroupStart, processStringprocessBinaryBytes, processCharacterBytes, processDocumentEnd, processDocumentStartpublic void convert(IRtfSource source) throws IOException
convert in class AbstractTextConverterIOExceptionpublic void processExtractedText(String text)
AbstractTextConverterprocessExtractedText in class AbstractTextConverterpublic String getText()
Copyright © 2013–2018. All rights reserved.