Skip to content

Commit 45b9c37

Browse files
ES-992086-Feedback addressed
1 parent d0a01eb commit 45b9c37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Tables/Find-and-iterate-table-by-title/.NET/Find-and-iterate-table-by-title

Tables/Find-and-iterate-table-by-title/.NET/Find-and-iterate-table-by-title/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ static void Main(string[] args)
3232
WTextRange insertedText = paragraph.AppendText(" (Attributes)") as WTextRange;
3333
// Apply simple formatting only to the inserted text
3434
insertedText.CharacterFormat.Bold = true;
35-
insertedText.CharacterFormat.TextColor = Color.Red;
35+
insertedText.CharacterFormat.HighlightColor = Color.Yellow;
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)