ItemsStyle

ItemsStyle data structure used for styling comparison differences.

ItemsStyle example:


{
  "FontColor": "string",
  "HighlightColor": "string",
  "BeginSeparatorString": "string",
  "EndSeparatorString": "string",
  "Bold": true,
  "Italic": true,
  "StrikeThrough": true,
  "Underline": true
}
NameDescription
FontColorFont color for changed components. A string representation of RGB color, converted to integer (“14297642” for Red color, as example)
HighlightColorHighlight color for changed components
BeginSeparatorStringStart tag for changed components
EndSeparatorStringEnd tag for changed components
BoldBold style for changed components
ItalicItalic style for changed components
StrikeThroughStrike through style for changed components
UnderlineUnderline style for changed components