KVXMLGraphicType
This enumerated type defines graphic formats to which embedded graphics and presentations are converted. This enumerated type is defined in kv
.h
.
Definition
typedef enum tag_KVXMLGraphicType { KVGFX_GIF, KVGFX_JPEG, KVGFX_PNG, KVGFX_CGM, KVGFX_WMF, KVGFX_JAVA, KVGFX_SVG } KVXMLGraphicType;
Enumerators
Specifies GIF (Graphics Interchange Format) as the graphic type. |
|
Specifies JPEG (Joint Photographic Experts Group) as the graphic type. |
|
Specifies PNG (Portable Network Graphics) as the graphic type. |
|
Deprecated. |
|
Specifies WMF (Windows Metafile) as the graphic type. |
|
Deprecated. |
|
|
Specifies SVG (Scalable Vector Graphics) as the graphic type. Only text in vector graphics is included in SVG output. NOTE: Text inside charts in presentation graphic files are not output to SVG. |