RTF

  • Thread starter Thread starter ucasesoftware
  • Start date Start date
U

ucasesoftware

Where can i find the list of all rtf item like : \rtf1\ansi \fs30 \b
\bo ....
 
I just bought a book in Amazon titled RTF - pocket guide by O'REILLY it very
cheap

I do remember seeing the rtf definition either in MSDN or elsewhere try a
google serach

hth,
Shmuel
 
i don't have succes to make a separator like <HR> in rtf (i try dpline
?)

Can someone help me
 
ucasesoftware said:
i don't have succes to make a separator like <HR> in rtf (i try dpline
?)

Can someone help me

If you open an HTML file in Word you can use Save As... to generate an rtf
file.

Andrew
 
i don't have succes to make a separator like <HR> in rtf (i try dpline

I don't know how to do it but when I wanted to learn some RTF feature I
used MS Word. Create new document in Word, draw the line you wish and
save as RTF. Then just look the source.

I've made such <hr> like code before. If I remember correctly, I placed
empty paragraph with its bottom border set. See \brdrs and \brdrb for
inspiration.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top