KVHTMLGraphicType

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

Definition

typedef enum tag_KVHTMLGraphicType
{
    KVGFX_GIF,
    KVGFX_JPEG,
    KVGFX_PNG,
    KVGFX_CGM,
    KVGFX_WMF,
    KVGFX_JAVA,
    KVGFX_HTML,
    KVGFX_SVG
}
KVHTMLGraphicType;

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_HTML

Specifies that text in presentations are converted to HTML.

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.