StyleSettings
Contents
[
Hide
]
StyleSettings class
Style settings. Allows to define style rules for changes. Used in CompareOptions
class.
public class StyleSettings
Constructors
Name | Description |
---|---|
StyleSettings() | Initializes a new instance of the StyleSettings class. |
Properties
Name | Description |
---|---|
EndStringSeparator { get; set; } | Gets or sets the end separator string. |
FontColor { get; set; } | Gets or sets the font color. |
HighlightColor { get; set; } | Gets or sets the highlight color. |
IsBold { get; set; } | Gets or sets a value indicating whether this is bold. |
IsItalic { get; set; } | Gets or sets a value indicating whether this is italic. |
IsStrikethrough { get; set; } | Gets or sets a value indicating whether strike through. |
IsUnderline { get; set; } | Gets or sets a value indicating whether this is underline. |
OriginalSize { get; set; } | Get or sets the original sizes of comparing documents. |
StartStringSeparator { get; set; } | Gets or sets the begin separator string. |
WordsSeparators { get; set; } | Gets or sets the words separator chars. |
See Also
- namespace GroupDocs.Comparison.Options
- assembly GroupDocs.Comparison