Hi Team,
Highlighting text in word chart not happening. using following code:
FindReplaceOptions option1 = new FindReplaceOptions();
option1.ApplyFont.HighlightColor = System.Drawing.Color.Yellow;
option1.FindWholeWord…...Backward; Document doc = new Document(filePath); Regex...Two", RegexOptions.IgnoreCase); doc .Range.Replace(regx, "", option1);...