English

How to Remove Visio Shape Protection using Python

Shape protection in Visio is a valuable tool that allows users to actively protect shapes from unintended actions such as deletion, relocation, or modification. In this article, you will learn how to remove Visio shape protection programmatically in Python.
January 17, 2024 · 3 min · Muzammil Khan

Protect or Unprotect Visio Diagram from Changes in C#

Visio files are used to represent different graphical diagrams like network layouts, database models, object mapping, etc. Some diagrams or layouts can be confidential so you might need to protect Visio files from unauthorized access. Accordingly, this article covers securing the Visio files by protecting or unprotecting the files as per your requirements.
October 24, 2022 · 2 min · Farhan Raza

Protect or Unprotect Visio Diagram or Shapes from Changes in Java

Microsoft Visio files can contain different pages, masters, shapes, layers, and other objects for creating diagrams. You can easily create, edit, or manipulate Microsoft Visio Diagram Files in your Java applications. Likewise, you can protect or unprotect a Visio file or its shapes to avoid any changes to the data.
March 11, 2021 · 3 min · Farhan Raza