ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <rtf.h>
Public Attributes | |
int | rtfCNum |
int | rtfCRed |
int | rtfCGreen |
int | rtfCBlue |
RTFColor * | rtfNextColor |
int RTFColor::rtfCBlue |
Definition at line 983 of file rtf.h.
Referenced by ME_ApplyBorderProperties().
int RTFColor::rtfCGreen |
Definition at line 982 of file rtf.h.
Referenced by ME_ApplyBorderProperties().
int RTFColor::rtfCNum |
Definition at line 980 of file rtf.h.
Referenced by ME_ApplyBorderProperties().
int RTFColor::rtfCRed |
Definition at line 981 of file rtf.h.
Referenced by ME_ApplyBorderProperties().
RTFColor* RTFColor::rtfNextColor |
Definition at line 984 of file rtf.h.
Referenced by ME_ApplyBorderProperties().