| RtfAlignment | An enum to represent text alignment |
| RtfConsts | |
| RtfDocument | Represents the entire document |
| RtfFont | Stores a single font definition from the font table. |
| RtfFormatting | A snapshot of the formatting state. It is a class to be passed by reference on the stack. |
| RtfHeader | Holds metadata like the font and color tables |
| RtfImage | A class, representing image. |
| RtfImageType | Enum, representing image types. |
| RtfInfo | Stores document metadata from the \info group. |
| RtfParagraph | Represents a paragraph, which contains text runs and has its own formatting. |
| RtfStyle | A class, representing style. |
| RtfStyleType | Enum, representing style types. |
| RtfTextRun | A run of text with consistent formatting. |