public class ComparisonSettings extends Object
Class ComparisonSettings
Constructor and Description |
---|
ComparisonSettings()
Initializes a new instance of the
ComparisonSettings class. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Text.RegularExpressions.Regex |
getAlignerSplitter()
Gets or sets the aligner splitter.
|
com.aspose.ms.System.Text.RegularExpressions.Regex |
getComparerSplitter()
Gets or sets the comparer splitter.
|
int |
getComparisonDepth()
Deprecated.
|
StyleSettings |
getDeletedItemsStyle()
Gets or sets style for the deleted items.
|
int |
getDetailLevel()
Gets or sets the detail level.
|
boolean |
getExceptionSilentMode()
Deprecated.
|
boolean |
getGenerateSummaryPage()
Enables or disables generation of summary page.
|
StyleSettings |
getInsertedItemsStyle()
Gets or sets style for the inserted items.
|
boolean |
getMovedContentDetection()
Deprecated.
|
boolean |
getShowDeletedContent()
Gets or sets an ability to show deleted content.
|
boolean |
getStyleChangeDetection()
Gets or sets an ability to detect style changes.
|
StyleSettings |
getStyleChangedItemsStyle()
Gets or sets the style changed items style.
|
boolean |
getUseFramesForDelInsElements()
Gets or sets a value indicating whether [use frames for delete ins elements].
|
char[] |
getWordsSeparatorChars()
Gets or sets the words separator chars.
|
void |
setAlignerSplitter(com.aspose.ms.System.Text.RegularExpressions.Regex value)
Gets or sets the aligner splitter.
|
void |
setComparerSplitter(com.aspose.ms.System.Text.RegularExpressions.Regex value)
Gets or sets the comparer splitter.
|
void |
setComparisonDepth(int value)
Deprecated.
|
void |
setDeletedItemsStyle(StyleSettings value)
Gets or sets style for the deleted items.
|
void |
setDetailLevel(int value)
Gets or sets the detail level.
|
void |
setExceptionSilentMode(boolean value)
Deprecated.
|
void |
setGenerateSummaryPage(boolean value)
Enables or disables generation of summary page.
|
void |
setInsertedItemsStyle(StyleSettings value)
Gets or sets style for the inserted items.
|
void |
setMovedContentDetection(boolean value)
Deprecated.
|
void |
setShowDeletedContent(boolean value)
Gets or sets an ability to show deleted content.
|
void |
setStyleChangeDetection(boolean value)
Gets or sets an ability to detect style changes.
|
void |
setStyleChangedItemsStyle(StyleSettings value)
Gets or sets the style changed items style.
|
void |
setUseFramesForDelInsElements(boolean value)
Gets or sets a value indicating whether [use frames for delete ins elements].
|
void |
setWordsSeparatorChars(char[] value)
Gets or sets the words separator chars.
|
CellsComparisonSettings |
toCellsSettings()
To the cells settings.
|
ImagingComparisonSettings |
toImagingSettings()
To the imaging settings.
|
PdfComparisonSettings |
toPdfSettings()
To the PDF settings.
|
SlidesComparisonSettings |
toSlidesSettings()
To the slides settings.
|
TextComparisonSettings |
toTextSettings()
To the text settings.
|
WordsComparisonSettings |
toWordsSettings()
To the words settings.
|
public ComparisonSettings()
Initializes a new instance of the ComparisonSettings
class.
public boolean getShowDeletedContent()
Gets or sets an ability to show deleted content.
Value:true
if [show deleted content]; otherwise, false
.public void setShowDeletedContent(boolean value)
Gets or sets an ability to show deleted content.
Value:true
if [show deleted content]; otherwise, false
.value
- the valuepublic boolean getGenerateSummaryPage()
Enables or disables generation of summary page.
Value:true
if [generate summary page]; otherwise, false
.public void setGenerateSummaryPage(boolean value)
Enables or disables generation of summary page.
Value:true
if [generate summary page]; otherwise, false
.value
- the valuepublic boolean getStyleChangeDetection()
Gets or sets an ability to detect style changes.
Value:true
if [style change detection]; otherwise, false
.public void setStyleChangeDetection(boolean value)
Gets or sets an ability to detect style changes.
Value:true
if [style change detection]; otherwise, false
.value
- the value@Deprecated public boolean getMovedContentDetection()
Gets or sets an ability to detect content movement.
Value:true
if [moved content detection]; otherwise, false
.@Deprecated public void setMovedContentDetection(boolean value)
Gets or sets an ability to detect content movement.
Value:true
if [moved content detection]; otherwise, false
.value
- the valuepublic StyleSettings getInsertedItemsStyle()
Gets or sets style for the inserted items.
Value: The inserted items style.public void setInsertedItemsStyle(StyleSettings value)
Gets or sets style for the inserted items.
Value: The inserted items style.value
- the valuepublic StyleSettings getStyleChangedItemsStyle()
Gets or sets the style changed items style.
Value: The style changed items style.public void setStyleChangedItemsStyle(StyleSettings value)
Gets or sets the style changed items style.
Value: The style changed items style.value
- the valuepublic StyleSettings getDeletedItemsStyle()
Gets or sets style for the deleted items.
Value: The deleted items style.public void setDeletedItemsStyle(StyleSettings value)
Gets or sets style for the deleted items.
Value: The deleted items style.value
- the valuepublic char[] getWordsSeparatorChars()
Gets or sets the words separator chars.
Value: The words separator chars.public void setWordsSeparatorChars(char[] value)
Gets or sets the words separator chars.
Value: The words separator chars.value
- the value@Deprecated public int getComparisonDepth()
Gets or sets the depth of comparison.
Value: The comparison depth.@Deprecated public void setComparisonDepth(int value)
Gets or sets the depth of comparison.
Value: The comparison depth.value
- the valuepublic int getDetailLevel()
Gets or sets the detail level.
Value: The detail level.public void setDetailLevel(int value)
Gets or sets the detail level.
Value: The detail level.public boolean getUseFramesForDelInsElements()
Gets or sets a value indicating whether [use frames for delete ins elements].
Value:true
if [use frames for delete ins elements]; otherwise, false
.public void setUseFramesForDelInsElements(boolean value)
Gets or sets a value indicating whether [use frames for delete ins elements].
Value:true
if [use frames for delete ins elements]; otherwise, false
.@Deprecated public boolean getExceptionSilentMode()
Gets or sets the exception silent mode.
Value: The exception silent mode.@Deprecated public void setExceptionSilentMode(boolean value)
Gets or sets the exception silent mode.
Value: The exception silent mode.value
- the valuepublic com.aspose.ms.System.Text.RegularExpressions.Regex getComparerSplitter()
Gets or sets the comparer splitter.
Value: The comparer splitter.public void setComparerSplitter(com.aspose.ms.System.Text.RegularExpressions.Regex value)
Gets or sets the comparer splitter.
Value: The comparer splitter.value
- the valuepublic com.aspose.ms.System.Text.RegularExpressions.Regex getAlignerSplitter()
Gets or sets the aligner splitter.
Value: The aligner splitter.public void setAlignerSplitter(com.aspose.ms.System.Text.RegularExpressions.Regex value)
Gets or sets the aligner splitter.
Value: The aligner splitter.value
- the valuepublic WordsComparisonSettings toWordsSettings()
To the words settings.
public TextComparisonSettings toTextSettings()
To the text settings.
public PdfComparisonSettings toPdfSettings()
To the PDF settings.
public CellsComparisonSettings toCellsSettings()
To the cells settings.
public ImagingComparisonSettings toImagingSettings()
To the imaging settings.
public SlidesComparisonSettings toSlidesSettings()
To the slides settings.
Copyright © 2018. All rights reserved.