@Deprecated public interface IComparisonTextFile
Interface IComparisonTextFile
Modifier and Type | Method and Description |
---|---|
ITextCompareResult |
compareWith(IComparisonTextFile targetText,
TextComparisonSettings TextComparisonSettings)
Deprecated.
Compare with text compare result.
|
IWordsCompareResult |
compareWithAsDocxFiles(IComparisonTextFile targetText,
WordsComparisonSettings settings)
Deprecated.
Compare with as docx files words compare result.
|
double |
getDocumentStreamLength()
Deprecated.
Gets the length of the document stream.
|
List<IComparisonParagraph> |
getParagraphs()
Deprecated.
Gets paragraphs.
|
String |
getText()
Deprecated.
Gets text.
|
void |
save(OutputStream stream)
Deprecated.
Saves the specified stream.
|
void |
save(String path)
Deprecated.
Save.
|
void |
setParagraphs(List<IComparisonParagraph> value)
Deprecated.
Sets paragraphs.
|
void |
setText(String value)
Deprecated.
Sets text.
|
String getText()
void setText(String value)
value
- the valuedouble getDocumentStreamLength()
List<IComparisonParagraph> getParagraphs()
void setParagraphs(List<IComparisonParagraph> value)
value
- the valueITextCompareResult compareWith(IComparisonTextFile targetText, TextComparisonSettings TextComparisonSettings) throws Exception
targetText
- the target textTextComparisonSettings
- the text comparison settingsException
IWordsCompareResult compareWithAsDocxFiles(IComparisonTextFile targetText, WordsComparisonSettings settings) throws Exception
targetText
- the target textsettings
- the settingsException
- the exceptionvoid save(String path)
path
- the pathvoid save(OutputStream stream) throws IOException
stream
- the streamIOException
- the io exceptionCopyright © 2018. All rights reserved.