1 out of 3 rated this helpful - Rate this topic

Formal Syntax

Office 2000
 

This RTF Specification describes RTF using the following syntax, based on Backus-Naur Form.

SyntaxMeaning
#PCDATAText (without control words).
#SDATAHexadecimal data.
#BDATABinary data.
'c'A literal.
<text>A nonterminal.
AThe (terminal) control word a, without a parameter.
a or aNThe (terminal) control word a, with a parameter.
a?Item a is optional.
a+One or more repetitions of item a.
a*Zero or more repetitions of item a.
a bItem a followed by item b.
a | bItem a or item b.
a & bItem a and/or item b, in any order.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.