I have a simple RTF file that I am trying to import. It has 2 round bullets and 3 numbered items in separate lists. When importing, the round bullets appear as a numbered list. This happens in the RichViewEdit Demo program.
Is there any way of importing this to display the round bullets in the first list?
Thanks
Paul
Import RTF with bullets and numbering
-
- Posts: 7
- Joined: Mon Jul 10, 2017 7:11 am
Import RTF with bullets and numbering
- Attachments
-
- Bullets.rtf
- (5.02 KiB) Downloaded 1443 times
-
- Site Admin
- Posts: 17521
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Import RTF with bullets and numbering
This file uses overriding of a list type. The list table defines a numbered list, but the list override table changes the type of this list to bulleted. I never saw this RTF feature used before. Normally, list overrides are used to define starting value of list numbering. RTF list type overriding is not supported in TRichView yet.
What application created this file?
What application created this file?
-
- Posts: 7
- Joined: Mon Jul 10, 2017 7:11 am
Re: Import RTF with bullets and numbering
The RTF is created by an OCX RTF component - TE Edit from subsystems.com
We have been using this control for many years and have millions of documents at client sites created with it.
Thanks
Paul
We have been using this control for many years and have millions of documents at client sites created with it.
Thanks
Paul
-
- Site Admin
- Posts: 17521
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Import RTF with bullets and numbering
Ok, I'll implement reading this RTF feature in the next update.
It was not implemented because I thought nobody uses it.
It was not implemented because I thought nobody uses it.
-
- Posts: 7
- Joined: Mon Jul 10, 2017 7:11 am
Re: Import RTF with bullets and numbering
Excellent, thanks
Paul
Paul
-
- Site Admin
- Posts: 17521
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Import RTF with bullets and numbering
I've implemented in in my working version. So it will be available in the next update.