Page 1 of 1

How to process html Heading (H1, H2 etc) in the editor

Posted: Mon Jan 14, 2019 2:11 pm
by mibs
I use the TRichViewEdit as a wysiwyg editor that loads and saves HTML. Now I would like to create HTML headings (like H1, H2 etc) in the TRichViewEdit so we can save them in the HTML. What would be the best way to achieve this?

Re: How to process html Heading (H1, H2 etc) in the editor

Posted: Mon Jan 14, 2019 6:47 pm
by Sergey Tkachenko
The corresponding property is OutlineLevel of paragraph style.

In RichViewActions, you can edit this property for the selected paragraph in the paragraph dialog (page "Advanced", combo box "outline level")