Hello Sergey,
I didn't understand how to work with hidden word, there is this action to hide words, but it I want to display it once again?
Is there any way to create a list of hidden words from a text and to have a option on this list to return the hidden word to a displayed word?
thanks
Alexandre
Hidden word - how to display it once again
-
- Posts: 184
- Joined: Wed Jan 18, 2012 6:22 pm
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
To display hidden text, the editor must have rvoShowHiddenText option included (for TRichViewEdit - in Options property, for TSRichViewEdit - in RVOptions property).
In RichViewActions, you can use TrvActionShowSpecialCharacters action - http://www.trichview.com/help-actions/t ... acters.htm
It shows all hidden text. You can select it unhide using TrvActionHide.
In RichViewActions, you can use TrvActionShowSpecialCharacters action - http://www.trichview.com/help-actions/t ... acters.htm
It shows all hidden text. You can select it unhide using TrvActionHide.
-
- Posts: 184
- Joined: Wed Jan 18, 2012 6:22 pm