filters
RTFFormat Struct Reference
#include <rtfimport.h>
Detailed Description
Character-formatting properties.
Definition at line 139 of file rtfimport.h.
Public Types | |
| enum | VertAlign { Normal = 0, SubScript, SuperScript } |
| enum | Underline { UnderlineNone = 0, UnderlineSimple, UnderlineThick, UnderlineDouble, UnderlineWordByWord, UnderlineWave, UnderlineDash, UnderlineDot, UnderlineDashDot, UnderlineDashDotDot } |
Public Attributes | |
| VertAlign | vertAlign |
| Underline | underline |
| int | font |
| int | fontSize |
| int | baseline |
| int | color |
| int | bgcolor |
| int | underlinecolor |
| int | uc |
| bool | bold |
| bool | italic |
| bool | strike |
| bool | striked |
| bool | hidden |
| bool | caps |
| bool | smallCaps |
The documentation for this struct was generated from the following file:

