@Deprecated public interface IComparisonDocument extends IComparisonCompositeNode
The Words Document interface.
Modifier and Type | Method and Description |
---|---|
IWordsCompareResult |
compareWith(IComparisonDocument targetDocument,
WordsComparisonSettings settings)
Deprecated.
Compare with words compare result.
|
double |
getDocumentStreamLength()
Deprecated.
Gets the length of the document stream.
|
String |
getLastSaveAuthor()
Deprecated.
Gets the author.
|
IComparisonSection[] |
getSections()
Deprecated.
Get sections comparison section [ ].
|
IWordsCompareResult |
multiCompareWith(List<IComparisonDocument> documents,
WordsComparisonSettings settings)
Deprecated.
Multis the compare with.
|
void |
save(OutputStream stream,
int comparisonSaveFormat)
Deprecated.
Saves the document to a stream using the specified format.
|
void |
save(String fileName,
int comparisonSaveFormat)
Deprecated.
Save.
|
void |
saveAsImages(List<ByteArrayOutputStream> imageStreams,
ComparisonWordsImageSettings settings)
Deprecated.
Save as images.
|
void |
saveAsImages(String folderPath,
ComparisonWordsImageSettings settings)
Deprecated.
Save as images.
|
void |
savePageAsImage(OutputStream imageStreams,
ComparisonWordsImageSettings settings,
int pageIndex)
Deprecated.
Save page as image.
|
void |
savePageAsImage(String folderPath,
ComparisonWordsImageSettings settings,
int pageIndex)
Deprecated.
Save page as image.
|
appendChild, getChildNodes, getCount, insertBefore
getComparisonNodeType, getStyleChanged, getText, getType, setStyleChanged, setType
IComparisonSection[] getSections()
IWordsCompareResult compareWith(IComparisonDocument targetDocument, WordsComparisonSettings settings) throws Exception
targetDocument
- the target documentsettings
- the settingsException
- the exceptiondouble getDocumentStreamLength()
IWordsCompareResult multiCompareWith(List<IComparisonDocument> documents, WordsComparisonSettings settings) throws Exception
documents
- The documents.settings
- The settings.Exception
String getLastSaveAuthor()
void save(String fileName, int comparisonSaveFormat) throws Exception
fileName
- the file namecomparisonSaveFormat
- the comparison save formatException
- the exceptionvoid save(OutputStream stream, int comparisonSaveFormat) throws Exception
stream
- the streamcomparisonSaveFormat
- the comparison save formatException
- the exceptionvoid saveAsImages(String folderPath, ComparisonWordsImageSettings settings) throws Exception
folderPath
- the folder pathsettings
- the settingsException
- the exceptionvoid saveAsImages(List<ByteArrayOutputStream> imageStreams, ComparisonWordsImageSettings settings) throws Exception
imageStreams
- the image streamssettings
- the settingsException
- the exceptionvoid savePageAsImage(String folderPath, ComparisonWordsImageSettings settings, int pageIndex) throws Exception
folderPath
- the folder pathsettings
- the settingspageIndex
- the page indexException
- the exceptionvoid savePageAsImage(OutputStream imageStreams, ComparisonWordsImageSettings settings, int pageIndex) throws Exception
imageStreams
- the image streamssettings
- the settingspageIndex
- the page indexException
- the exceptionCopyright © 2018. All rights reserved.