On Thu, Sep 30, 2010 at 8:14 AM, Rustom Mody wrote:
> I am trying to use PyRTF.
>
> I gather that an RTF doc consists of a list of sections, a section
> consists of a list of paras,
> paras seem to be just text (not sure on that one)
>
> Some questions:
>
> When does one end one section and start
In article ,
Rustom Mody wrote:
> I am trying to use PyRTF.
>
> I gather that an RTF doc consists of a list of sections, a section
> consists of a list of paras,
> paras seem to be just text (not sure on that one)
They also include a style, not only text.
> Some questions:
>
> When does one
I am trying to use PyRTF.
I gather that an RTF doc consists of a list of sections, a section
consists of a list of paras,
paras seem to be just text (not sure on that one)
Some questions:
When does one end one section and start another?
How does one handle lists (as in numbered, bulleted etc)?
-