Search
VisioExporter Class
Remarks See Also
 



Exports FlowChartX diagrams to Visio 2003 XML Drawing files (VDX).

( a feature of FlowChartX Pro edition)

 Syntax

VB6  Copy Code

Public Class VisioExporter

C++  Copy Code

class VisioExporter

 Remarks

This component allows exporting Visio 2003 XML Drawing files (*.vdx) from FlowChartX. The FlowChartX Box objects are mapped to their closest Visio counterparts and Table objects are exported as groups of Visio shapes. FlowChartX Arrow instances are exported as Visio connectors of a similar style. In addition, most of the attributes of diagram items such as text, text formatting, fill and line colors and styles are preserved.

To function properly, the exporter object requires the 'FcxVisioExport.vxt' file to be present either in the current directory, or in application executable's directory. This file contains an XML template data used by the component to construct Visio documents.

In order to create a Vision drawing from a FlowChartX diagram, create a VisioExporter instance and call its Export method, passing a FlowChart object as parameter.

 See Also