Entries by Visual Paradigm Team

Control Shape Caption Placement using Open API

When creating diagrams sometimes you might want to have the caption not showing in the default location, i.e. to have better layout for the containing elements while not having the name being covered. In this case you may adjust the caption position to reserve space for the child elements. To do this you can specify […]

How to Share Doc. Composer Templates with your Teammates

Doc. Composer allows you to develop documents for your models tailored to your company/industry requirements and standards. You can decide how the model data are being presented in the document by customize the document templates. If your team is using Teamwork Server or VPository as the collaboration development platform, your customized templates can automatically synchronize […]

Create Deployment Diagram using Open API

Deployment Diagram in Unified Modeling Language is helps to model the physical deployment structure of a software system. It helps to illustrate the structure how the hardware or software components (artifacts) exist in the system and how are they related to each other.. Instead of creating deployment diagram manually, you can also create it programmatically […]

Debug your plugins with Eclipse

Visual Paradigm Open API provides an interface for developers to develop plugins and extend the functionalities of Visual Paradigm. Plugin development could be time consuming especially during debug phrase since you constantly need to deploy your plugin to Visual Paradigm, even just with slightly changes. Instead of deploy the plugin to VP every time after […]

Create Component Diagram using Open API

Component Diagram in Unified Modeling Language is helps to model the relationships between various components in a system. It helps to illustrate the structure of arbitrarily complex system. Instead of creating component diagram manually, you can also create it programmatically using Open API. In this article we will show you how to create the component […]