hwISession GetXMLImageLinkMode

Indicates whether the image links in the exported PowerPoint file have embedded or linked images.

Syntax

hwISession_handle GetXMLImageLinkMode

Application

HyperWorks Tcl Query

Description

This command indicates whether image links in the exported PowerPoint (XML or XML_2007) have embedded or linked images. True is returned if the exported PowerPoint file has embedded or linked images. If not, false is returned.

Example

hwi GetSessionHandle sess;
sess GetXMLImageLinkMode;

Error

Returns success (0) or an error code.

Keywords

HyperWorks

Tcl

Query