ItemsStyle
Leave feedback
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 |
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.