Entries by Visual Paradigm Team

How to change the location of UML models in IDE integration environment

Visual Paradigm IDE Integration allows user to run Visual Paradigm embedded in various popular IDEs, including Eclipse, NetBeans, IntelliJ IDEA and Visual Studio. When running Visual Paradigm embedded in IDE, by default the Visual Paradigm project file will be stored inside the IDE project. To change the location of Visual Paradigm project file associated with […]

Create Grid Diagram using Open API

Visual Paradigm allows you to create the Grid Diagram for listing model elements in tabular form, structuring them into a table with elements as rows and properties as columns. The Grid Diagram can either be manipulated directly from the GUI, or through the use of the Open API. This article shows you how to develop […]

How to Deploy Plugins to VP Products

Open API is an extension mechanism provided by Visual Paradigm for extending the functionalities of the client software. The Open API is in Java based, which allows you to have full access to the model data in your project file. By using Open API, you can create your own plugin to implement some customized features.