StyleSettings
Leave feedback
On this page
Style settings. Allows to define style rules for changes. Used in CompareOptions class.
public class StyleSettings
| Name | Description |
|---|---|
| StyleSettings() | Initializes a new instance of the StyleSettings class. |
| 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. |
- namespace GroupDocs.Comparison.Options
- assembly GroupDocs.Comparison
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.