You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, textRange.ClearAllProperties() removes all properties, not only the highlighting. The only way I have found to leave the other properties alone is to keep a copy of the original text and reload it each time a search is performed. This can take a lot of time for larger files.
The text was updated successfully, but these errors were encountered:
Unfortunately, textRange.ClearAllProperties() removes all properties, not only the highlighting. The only way I have found to leave the other properties alone is to keep a copy of the original text and reload it each time a search is performed. This can take a lot of time for larger files.
The text was updated successfully, but these errors were encountered: