@Deprecated public class TextCompareResult extends Object implements ITextCompareResult
Class TextCompareResult.
Modifier and Type | Field and Description |
---|---|
TextComparisonSettings |
settings
Deprecated.
The settings
|
Constructor and Description |
---|
TextCompareResult()
Deprecated.
TextCompareResult constructor
|
TextCompareResult(TextComparisonSettings settings,
List<IComparisonTextComponent> components,
int countOfErrors)
Deprecated.
TextCompareResult constructor
|
Modifier and Type | Method and Description |
---|---|
ChangeInfo[] |
getChanges()
Deprecated.
Gets all changes
|
List<IComparisonTextComponent> |
getComponents()
Deprecated.
Gets or sets the components.
|
com.aspose.ms.System.Collections.Generic.List<IComparisonTextComponent> |
getComponentsInternal()
Deprecated.
|
int |
getCountOfErrors()
Deprecated.
Gets or sets the count of errors.
|
List<InputStream> |
getImages()
Deprecated.
Gets the images.
///
|
TextComparisonSettings |
getSettings()
Deprecated.
|
InputStream |
getStream()
Deprecated.
Gets the stream.
|
IComparisonTextFile |
getTextFile()
Deprecated.
Gets the text file.
|
void |
saveDocument(String path)
Deprecated.
Saves the document.
|
void |
saveImages(String folderPath)
Deprecated.
Saves the images.
|
void |
setComponents(List<IComparisonTextComponent> value)
Deprecated.
Gets or sets the components.
|
void |
setComponentsInternal(com.aspose.ms.System.Collections.Generic.List<IComparisonTextComponent> value)
Deprecated.
|
void |
setCountOfErrors(int countOfErrors)
Deprecated.
|
void |
setSettings(TextComparisonSettings settings)
Deprecated.
|
void |
updateChanges(ChangeInfo[] changes)
Deprecated.
Applies Accepted and Rejected changes
|
public TextComparisonSettings settings
The settings
public TextCompareResult(TextComparisonSettings settings, List<IComparisonTextComponent> components, int countOfErrors) throws Exception
TextCompareResult constructor
settings
- The settings.components
- The components.countOfErrors
- The count of errors.Exception
public TextCompareResult()
TextCompareResult constructor
public List<IComparisonTextComponent> getComponents()
Gets or sets the components.
Value: The components.getComponents
in interface ITextCompareResult
public com.aspose.ms.System.Collections.Generic.List<IComparisonTextComponent> getComponentsInternal()
public void setComponents(List<IComparisonTextComponent> value)
Gets or sets the components.
Value: The components.setComponents
in interface ITextCompareResult
value
- the valuepublic void setComponentsInternal(com.aspose.ms.System.Collections.Generic.List<IComparisonTextComponent> value)
public IComparisonTextFile getTextFile()
Gets the text file.
getTextFile
in interface ITextCompareResult
public ChangeInfo[] getChanges()
Gets all changes
getChanges
in interface ICompareResult
public void updateChanges(ChangeInfo[] changes) throws Exception
Applies Accepted and Rejected changes
updateChanges
in interface ICompareResult
changes
- Exception
public TextComparisonSettings getSettings()
public void setSettings(TextComparisonSettings settings)
public int getCountOfErrors()
getCountOfErrors
in interface ICompareResult
public void setCountOfErrors(int countOfErrors)
public void saveDocument(String path)
saveDocument
in interface ICompareResult
path
- The path.public void saveImages(String folderPath) throws Exception
saveImages
in interface ICompareResult
folderPath
- The folder path.
/// Exception
public InputStream getStream()
getStream
in interface ICompareResult
public List<InputStream> getImages() throws Exception
getImages
in interface ICompareResult
Exception
Copyright © 2018. All rights reserved.