@Deprecated public class ImagingComparisonSettings extends ComparisonSettings
Constructor and Description |
---|
ImagingComparisonSettings()
Deprecated.
Initializes a new instance of the
ImagingComparisonSettings class. |
Modifier and Type | Method and Description |
---|---|
int |
getAccuracyX()
Deprecated.
Gets or sets the accuracy x.
|
int |
getAccuracyY()
Deprecated.
Gets or sets the accuracy y.
|
Color |
getRectangleColor()
Deprecated.
Gets or sets the color of the rectangle.
|
com.aspose.ms.System.Drawing.Color |
getRectangleColorInternal()
Deprecated.
|
int |
getSprayFulness()
Deprecated.
Gets or sets the spray fullness.
|
void |
setAccuracyX(int value)
Deprecated.
Gets or sets the accuracy x.
|
void |
setAccuracyY(int value)
Deprecated.
Gets or sets the accuracy y.
|
void |
setRectangleColor(Color value)
Deprecated.
Gets or sets the color of the rectangle.
|
void |
setSprayFulness(int value)
Deprecated.
Gets or sets the spray fullness.
|
getAlignerSplitter, getComparerSplitter, getComparisonDepth, getDeletedItemsStyle, getDetailLevel, getExceptionSilentMode, getGenerateSummaryPage, getInsertedItemsStyle, getMovedContentDetection, getShowDeletedContent, getStyleChangeDetection, getStyleChangedItemsStyle, getUseFramesForDelInsElements, getWordsSeparatorChars, setAlignerSplitter, setComparerSplitter, setComparisonDepth, setDeletedItemsStyle, setDetailLevel, setExceptionSilentMode, setGenerateSummaryPage, setInsertedItemsStyle, setMovedContentDetection, setShowDeletedContent, setStyleChangeDetection, setStyleChangedItemsStyle, setUseFramesForDelInsElements, setWordsSeparatorChars, toCellsSettings, toImagingSettings, toPdfSettings, toSlidesSettings, toTextSettings, toWordsSettings
public ImagingComparisonSettings()
Initializes a new instance of the ImagingComparisonSettings
class.
public Color getRectangleColor()
Gets or sets the color of the rectangle.
Value: The color of the rectangle.public com.aspose.ms.System.Drawing.Color getRectangleColorInternal()
public void setRectangleColor(Color value)
Gets or sets the color of the rectangle.
Value: The color of the rectangle.public int getSprayFulness()
Gets or sets the spray fullness.
Value: The spray fullness MAX = 100public void setSprayFulness(int value)
Gets or sets the spray fullness.
Value: The spray fullness MAX = 100public int getAccuracyX()
Gets or sets the accuracy x.
Value: The accuracy x must be 200 > value.public void setAccuracyX(int value)
Gets or sets the accuracy x.
Value: The accuracy x must be 200 > value.public int getAccuracyY()
Gets or sets the accuracy y.
Value: The accuracy y must be 200 > value.public void setAccuracyY(int value)
Gets or sets the accuracy y.
Value: The accuracy y must be 200 > value.Copyright © 2018. All rights reserved.