Create State Diagram using Open API

tomcat-thumbState Diagram, also call State Machine Diagram is one of the most important diagram in Unified Modeling Language. It helps to visualize the state change of a system, or a particular object in response to various events during the execution of the software. Besides create state diagrams manually, you an also create it programmatically using Open API. In this article we will show you how to create the state diagram with Visual Paradigm’s Open API. Read more

Control Background Color of Table Rows in Doc. Composer

The Doc. Composer template allow users to customize how the model data being generated into documents. User can freely control how the rendering of model data by writing XML template. In this article we will demonstrate how to control the background color of table rows when writing XML templates. Read more

Generate Document for each Business Process Diagram in Project using Open API

Doc. Composer is a build-in document builder in Visual Paradigm which allows user create professional looks document with fully customizable XML templates. With the Build from Scratch mode user can create customized XML template and drag & drop it into document editor for rendering documents. This process can be automated using Open API. In this document we will demonstrate how create plugin to automatic publish all business process diagrams in your project to Word document using your specified XML template. Read more

Create Timing Diagram using Open API

tomcat-thumbTiming diagram in Unified Modeling Language (UML) is a kind of interaction diagram. It is a special form of sequence diagram and focus on the time constraints of the interactions between objects. Instead of manually create the timing diagram, you can also generate it via Visual Paradigm’s Open API. In this article we will show you how to create timing diagram with Open API. Read more

Cannot launch Visual Paradigm in Visual Studio even after perform integration

When launching Visual Paradigm form Visual Studio the following error pops out and blocking Visual Paradigm to start.

Read more

Unable to reverse .NET binaries to Class Diagram

When perform reverse engineering of .NET binaries you may experience a problem that the Visual Paradigm complain the file you specified cannot be loaded.

Fail to reverse .NET binaries

Read more

Output All Glossary Terms and Alias to Document

Visual Paradigm support using glossary to define the meaning of vocabulary in the software project. For terms representing same meaning could be defined as alias for linking up the concept. When modeling the element which matched with glossary and its alias will automatically highlighted in diagram. The glossary and alias can also being output to document for review purpose or become part of the project documentation. In this article we will show you how to output all glossary and its alias using Doc. Composer. Read more

Generate CRUD chart for DFD using Open API

tomcat-thumbCRUD (Create, Read, Update & Delete) are the four basic operations which being performed on data. When analyzing a system, relaying various activities and data together with a CRUD chart can help to understand the relationships between different activities, and how they being link together by the data. Visual Paradigm support creating CRUD chart for any model elements in the project. Besides manually create the CRUD chart you can also generate programmatically using Open API. In this article we will teach you how to generate CRUD chart using Open API. Read more

Generate Image Map for your diagram using Open API

Image map allow user to create hyperlink to specific part of an image in a HTML document. With Open API you can export your Visual Paradigm diagram into image file also generate HTML document with image map on it. This allow user click on the shape in diagram image and jump to the URL which you defined. In this article you will show you how to export diagram into image and generate image map for it. Read more