DiagramFileType class
DiagramFileType class
Defines Diagram documents. Includes the following types:
DiagramFileType.Vdw
,
DiagramFileType.Vdx
,
DiagramFileType.Vsd
,
DiagramFileType.Vsdm
,
DiagramFileType.Vsdx
,
DiagramFileType.Vss
,
DiagramFileType.Vssm
,
DiagramFileType.Vssx
,
DiagramFileType.Vst
,
DiagramFileType.Vstm
,
DiagramFileType.Vstx
,
DiagramFileType.Vsx
,
DiagramFileType.Vtx
.
Inheritance: DiagramFileType
→
FileType
→
Enumeration
The DiagramFileType type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Serialization constructor |
Properties
Property | Description |
---|---|
file_format | The file format |
extension | The file extension |
family | The file family |
description | File type description |
UNKNOWN | Unknown file type |
VSD | VSD files are drawings created with Microsoft Visio application to represent variety of graphical objects and the interconnection between these.
Learn more about this file format here. |
VSDX | Files with .VSDX extension represent Microsoft Visio file format introduced from Microsoft Office 2013 onwards. It was developed to replace the binary file format, .VSD, which is supported by earlier versions of Microsoft Visio.
Learn more about this file format here. |
VSS | VSS are stencil files created with Microsoft Visio 2007 and earlier. Stencil files provide drawing objects that can be included in a .VSD Visio drawing.
Learn more about this file format here. |
VST | Files with VST extension are vector image files created with Microsoft Visio and act as template for creating further files. These template files are in binary file format and contain the default layout and settings that are utilized for creation of new Visio drawings.
Learn more about this file format here. |
VSX | Files with .VSX extension refer to stencils that consist of drawings and shapes that are used for creating diagrams in Microsoft Visio. VSX files are saved in XML file format and was supported till Visio 2013.
Learn more about this file format here. |
VTX | A file with VTX extension is a Microsoft Visio drawing template that is saved to disc in XML file format. The template is aimed to provide a file with basic settings that can be used to create multiple Visio files of the same settings.
Learn more about this file format here. |
VDW | VDW is the Visio Graphics Service file format that specifies the streams and storages required for rendering a Web drawing.
Learn more about this file format here. |
VDX | Any drawing or chart created in Microsoft Visio, but saved in XML format have .VDX extension. A Visio drawing XML file is created in Visio software, which is developed by Microsoft.
Learn more about this file format here. |
VSSX | Files with .VSSX extension are drawing stencils created with Microsoft Visio 2013 and above. The VSSX file format can be opened with Visio 2013 and above. Visio files are known for representation of a variety of drawing elements such as collection of shapes, connectors, flowcharts, network layout, UML diagrams,
Learn more about this file format here. |
VSTX | Files with VSTX extensions are drawing template files created with Microsoft Visio 2013 and above. These VSTX files provide starting point for creating Visio drawings, saved as .VSDX files, with default layout and settings.
Learn more about this file format here. |
VSDM | Files with VSDM extension are drawing files created with Microsoft Visio application that supports macros. VSDM files are OPC/XML drawings that are similar to VSDX, but also provide the capability to run macros when the file is opened.
Learn more about this file format here. |
VSSM | Files with .VSSM extension are Microsoft Visio Stencil files that support provide support for macros. A VSSM file when opened allows to run the macros to achieve desired formatting and placement of shapes in a diagram.
Learn more about this file format here. |
VSTM | Files with VSTM extension are template files created with Microsoft Visio that support macros. Unlike VSDX files, files created from VSTM templates can run macros that are developed in Visual Basic for Applications (VBA) code.
Learn more about this file format here. |
Methods
Method | Description |
---|---|
equals | Implements Enumeration.equals |
compare_to | Compares current object to other. |
from_filename | Returns FileType for specified fileName |
from_extension | Gets FileType for provided fileExtension |
from_stream | Returns FileType for provided document stream |
See Also
- module
groupdocs.conversion.filetypes
- class
DiagramFileType
- class
Enumeration
- class
FileType