KVXMLGraphicType

This enumerated type defines graphic formats to which embedded graphics and presentations are converted. This enumerated type is defined in kvxml.h.

Definition

typedef enum tag_KVXMLGraphicType
{
    KVGFX_GIF,
    KVGFX_JPEG,
    KVGFX_PNG,
    KVGFX_CGM,
    KVGFX_WMF,
    KVGFX_JAVA,
    KVGFX_SVG
}
KVXMLGraphicType;

Enumerators

KVGFX_GIF

Specifies GIF (Graphics Interchange Format) as the graphic type.

KVGFX_JPEG

Specifies JPEG (Joint Photographic Experts Group) as the graphic type.

KVGFX_PNG

Specifies PNG (Portable Network Graphics) as the graphic type.

KVGFX_CGM

Deprecated.

KVGFX_WMF

Specifies WMF (Windows Metafile) as the graphic type.

KVGFX_JAVA

Deprecated.

KVGFX_SVG

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.