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 |
|---|---|
| BoarderColor { get; set; } | Gets or sets the boarder color. If not set, then the FontColor color is used. |
| 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. |
| ShapeColor { get; set; } | Gets or sets the shape color. If not set, then the FontColor color is used. |
| 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