filters
RTFPicture Struct Reference
#include <rtfimport.h>
Detailed Description
RTF embedded picture.
Definition at line 102 of file rtfimport.h.
Public Types | |
| enum | PictureType { BMP, WMF, MacPict, EMF, PNG, JPEG } |
Public Attributes | |
| QByteArray | bits |
| PictureType | type |
| int | width |
| int | height |
| int | cropLeft |
| int | cropTop |
| int | cropRight |
| int | cropBottom |
| int | desiredWidth |
| int | desiredHeight |
| int | scalex |
| int | scaley |
| int | nibble |
| bool | scaled |
| QString | identifier |
Member Data Documentation
| QString RTFPicture::identifier |
The documentation for this struct was generated from the following file:

