StyleSettings class

StyleSettings class

Style settings. Allows to define style rules for changes. Used in CompareOptions class.

The StyleSettings type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the StyleSettings class.

Properties

Property Description
font_color Gets or sets the font color.
shape_color Gets or sets the shape color. If not set, then the FontColor color is used.
boarder_color Gets or sets the boarder color. If not set, then the FontColor color is used.
highlight_color Gets or sets the highlight color.
is_bold Gets or sets a value indicating whether this is bold.
is_underline Gets or sets a value indicating whether this is underline.
is_italic Gets or sets a value indicating whether this is italic.
is_strikethrough Gets or sets a value indicating whether strike through.
start_string_separator Gets or sets the begin separator string.
end_string_separator Gets or sets the end separator string.
original_size Get or sets the original sizes of comparing documents.
words_separators Gets or sets the words separator chars.

See Also