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
}
Name | Description |
---|---|
FontColor | Font color for changed components. A string representation of RGB color, converted to integer (“14297642” for Red color, as example) |
HighlightColor | Highlight color for changed components |
BeginSeparatorString | Start tag for changed components |
EndSeparatorString | End tag for changed components |
Bold | Bold style for changed components |
Italic | Italic style for changed components |
StrikeThrough | Strike through style for changed components |
Underline | Underline style for changed components |