Top "Richtext" questions

Text that includes formatting commands for page layout such as fonts, bold, underline, italic, etc.

How do I convert HTML to RTF (Rich Text) in .NET without paying for a component?

Is there a free third-party or .NET class that will convert HTML to RTF (for use in a rich-text enabled …

.net html rtf richtext
How to create a bold, red text label in Qt?

I want to write a single, bold red line in my application using Qt. As far as I understand, I …

c++ qt text richtext
ValidateInput(false) vs AllowHtml

I have a form that is used to create a memo, to do that I am using a rich text …

asp.net-mvc-4 viewmodel richtext
Sending formatted Lotus Notes rich text email from Excel VBA

I have little Lotus Script or Notes/Domino knowledge but I have a procedure, copied from somewhere a long time …

vba excel lotus-notes richtext lotusscript
Is it possible to copy code from Visual Studio and paste formatted code to OneNote?

Is there a way to copy code from visual studio (C#) and paste it into OneNote, without losing the formatting? …

c# .net visual-studio onenote richtext
How to make item view render rich (html) text in Qt

Suppose my model has items with the following string for Qt::DisplayRole <span>blah-blah <b>some …

qt rendering richtext qtreeview qlistview
How to add image in Quill JS?

I can't figure out how to get images to work like in the example on http://quilljs.com/. I tried …

javascript richtext rte quill
How to add bold and normal text in one line using drawString method in reportlab (python)

I am new to reportlab lib, I am learning it simultaneously working on a college project. I have created a …

python canvas reportlab richtext
change the color of a line or a word in a richtextbox?

I can change the color of ONE line and/or ONE word perserving the other colors in the richtextbox? For …

vb.net colors richtextbox richtext
Reset RTF in RichTextBox?

I'm trying to "reset" the formatting in my RichTextBox (WinForms, not WPF). I was previously using richTextBox.Text = richTextBox.Text; …

c# winforms richtextbox rtf richtext