| View previous topic :: View next topic |
| Author |
Message |
cakk
Joined: 17 Dec 2009 Posts: 14
|
Posted: Thu Dec 24, 2009 12:55 am Post subject: How to remove format of selected text? |
|
|
When I selected some text, I want remove any format of it, just like plain text. How can I do it?
Thanks~~~~ |
|
| Back to top |
|
 |
Sergey Tkachenko Site Admin
Joined: 27 Aug 2005 Posts: 6607
|
Posted: Sat Dec 26, 2009 6:06 pm Post subject: |
|
|
| Do you want to remove all non-text content (such as images, bullets and numbering)? Hyperlinks? What do you want to do with tables? |
|
| Back to top |
|
 |
cakk
Joined: 17 Dec 2009 Posts: 14
|
Posted: Tue Jan 05, 2010 8:05 am Post subject: |
|
|
I means, remove any font style of the selected text. Just like:
This is a test.
after remove the font style:
This is a test. |
|
| Back to top |
|
 |
Sergey Tkachenko Site Admin
Joined: 27 Aug 2005 Posts: 6607
|
Posted: Tue Jan 05, 2010 8:09 am Post subject: |
|
|
| Code: | | RichViewEdit1.ApplyTextStyle(0); |
|
|
| Back to top |
|
 |
cakk
Joined: 17 Dec 2009 Posts: 14
|
Posted: Sat Jan 16, 2010 5:03 pm Post subject: |
|
|
| Thanks! |
|
| Back to top |
|
 |
|