We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a01eb commit 45b9c37Copy full SHA for 45b9c37
1 file changed
Tables/Find-and-iterate-table-by-title/.NET/Find-and-iterate-table-by-title/Program.cs
@@ -32,7 +32,7 @@ static void Main(string[] args)
32
WTextRange insertedText = paragraph.AppendText(" (Attributes)") as WTextRange;
33
// Apply simple formatting only to the inserted text
34
insertedText.CharacterFormat.Bold = true;
35
- insertedText.CharacterFormat.TextColor = Color.Red;
+ insertedText.CharacterFormat.HighlightColor = Color.Yellow;
36
}
37
38
0 commit comments