Home All Groups Group Topic Archive Search About
Author
13 Jan 2006 1:17 PM
ucasesoftware
Where can i find the list of all rtf item like : \rtf1\ansi \fs30 \b
\bo ....

Author
13 Jan 2006 1:21 PM
S Shulman
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



Show quoteHide quote
"ucasesoftware" <ucasesoftw***@hotmail.fr> wrote in message
news:1137158242.164726.42680@g14g2000cwa.googlegroups.com...
> Where can i find the list of all rtf item like : \rtf1\ansi \fs30 \b
> \bo ....
>
Author
13 Jan 2006 1:31 PM
ucasesoftware
Show quote Hide quote
can you look for me how to have a "bar" like "<hr>" in html ?
Author
13 Jan 2006 1:36 PM
ucasesoftware
i find all the RTF syntax here :

http://www.biblioscape.com/rtf15_spec.htm
Author
13 Jan 2006 1:41 PM
Peter Proost
Hi,

maybe this can help:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnrtfspec/h
tml/rtfspec_2.asp

and the have a look at appendix B

Hope this helps

Greetz Peter

--
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning. (Rich Cook)

Show quoteHide quote
"ucasesoftware" <ucasesoftw***@hotmail.fr> schreef in bericht
news:1137158242.164726.42680@g14g2000cwa.googlegroups.com...
> Where can i find the list of all rtf item like : \rtf1\ansi \fs30 \b
> \bo ....
>
Author
13 Jan 2006 1:49 PM
Herfried K. Wagner [MVP]
"ucasesoftware" <ucasesoftw***@hotmail.fr> schrieb:
> Where can i find the list of all rtf item like : \rtf1\ansi \fs30 \b
> \bo ....

Rich Text Format (RTF) Specification, version 1.6
<URL:http://msdn.microsoft.com/library/en-us/dnrtfspec/html/rtfspec.asp>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
13 Jan 2006 1:56 PM
ucasesoftware
i don't have succes to make a separator like <HR> in rtf (i try dpline
?)

Can someone help me
Author
13 Jan 2006 2:18 PM
Andrew Morton
ucasesoftware wrote:
> 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
Author
13 Jan 2006 2:25 PM
Peter Macej
> 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.

--
Peter Macej
Helixoft - http://www.vbdocman.com
VBdocman - Automatic generator of technical documentation for VB, VB
..NET and ASP .NET code