On Sat, 23 Feb 2002, Martin Sevior wrote:
>
> Look in ie_imp_RTF.cpp "applyParagraphProperties() for some example code.
>
> The code in there is pretty convoluted unfortunately because it has to
> import lists generated by abiword's own extensions to rtf, for old style
> RTF lists, for new MS extensions to lists in RTF for importing and pasting
> lists into a document. However the process of acquiring all the those
> properties is pretty clear.
Also check out the MS word importer. That is probabally a bit cleaer about
assigning these attributes/properties.
Cheers
Martin