How can I specify RTF Heading3 Format in RichView?
How can I specify RTF Heading3 Format in RichView?
I am creating documents in RichView that are saved in RTF to work in MS Word. I need paragraphs in Word to be Heading3 Format. How can I specify that when I create the paragraph in RichView? Thanks for your help!
-
- Site Admin
- Posts: 17559
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Site Admin
- Posts: 17559
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Assigning OutlineLevel = 3 makes paragraphs of this style level 3 headings. When you import a document in MS Word, these paragraphs will be level 3 headings and you can use them to build a table of contents, or to view a document structure.
However, this assignment does not assign a name to paragraphs of this style. To assign a name, additional settings are required.
For this paragraph style:
- OutlineLevel = 3
- Standard = True
- StyleName = 'heading 3'.
For RichViewEdit control:
- include rvrtfSaveStyleSheet in RTFOptions
However, this assignment does not assign a name to paragraphs of this style. To assign a name, additional settings are required.
For this paragraph style:
- OutlineLevel = 3
- Standard = True
- StyleName = 'heading 3'.
For RichViewEdit control:
- include rvrtfSaveStyleSheet in RTFOptions