public final class DiagramFileType extends FileType implements Serializable
Defines Diagram documents. Includes the following types:
Vdw
,
Vdx
,
Vsd
,
Vsdm
,
Vsdx
,
Vss
,
Vssm
,
Vssx
,
Vst
,
Vstm
,
Vstx
,
Vsx
,
Vtx
.
Modifier and Type | Field and Description |
---|---|
static DiagramFileType |
Vdw
VDW is the Visio Graphics Service file format that specifies the streams and storages required for rendering a Web drawing.
|
static DiagramFileType |
Vdx
Any drawing or chart created in Microsoft Visio, but saved in XML format have .VDX extension.
|
static DiagramFileType |
Vsd
VSD files are drawings created with Microsoft Visio application to represent variety of graphical objects and the interconnection between these.
|
static DiagramFileType |
Vsdm
Files with VSDM extension are drawing files created with Microsoft Visio application that supports macros.
|
static DiagramFileType |
Vsdx
Files with .VSDX extension represent Microsoft Visio file format introduced from Microsoft Office 2013 onwards.
|
static DiagramFileType |
Vss
VSS are stencil files created with Microsoft Visio 2007 and earlier.
|
static DiagramFileType |
Vssm
Files with .VSSM extension are Microsoft Visio Stencil files that support provide support for macros.
|
static DiagramFileType |
Vssx
Files with .VSSX extension are drawing stencils created with Microsoft Visio 2013 and above.
|
static DiagramFileType |
Vst
Files with VST extension are vector image files created with Microsoft Visio and act as template for creating further files.
|
static DiagramFileType |
Vstm
Files with VSTM extension are template files created with Microsoft Visio that support macros.
|
static DiagramFileType |
Vstx
Files with VSTX extensions are drawing template files created with Microsoft Visio 2013 and above.
|
static DiagramFileType |
Vsx
Files with .VSX extension refer to stencils that consist of drawings and shapes that are used for creating diagrams in Microsoft Visio.
|
static DiagramFileType |
Vtx
A file with VTX extension is a Microsoft Visio drawing template that is saved to disc in XML file format.
|
Constructor and Description |
---|
DiagramFileType()
Serialization constructor
|
Modifier and Type | Method and Description |
---|---|
ConvertOptions |
getConvertOptions()
Prepared default convert options for the file type
|
static FileType[] |
getExcludedSourceTypes() |
static FileType[] |
getExcludedTargetTypes() |
LoadOptions |
getLoadOptions()
Prepared default load options for the source file type
|
fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getAllTypes, getDescription, getExtension, getFamily, getFileFormat, toString
compareTo, equals, equals, fromDisplayName, fromValue, getAll, hashCode, op_Equality, op_Inequality
public static final DiagramFileType 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.
public static final DiagramFileType 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.
public static final DiagramFileType 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.
public static final DiagramFileType 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.
public static final DiagramFileType 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.
public static final DiagramFileType 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.
public static final DiagramFileType 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.
public static final DiagramFileType 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.
public static final DiagramFileType 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.
public static final DiagramFileType 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.
public static final DiagramFileType 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.
public static final DiagramFileType 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.
public static final DiagramFileType 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.
public LoadOptions getLoadOptions()
FileType
getLoadOptions
in class FileType
public ConvertOptions getConvertOptions()
FileType
getConvertOptions
in class FileType
public static final FileType[] getExcludedSourceTypes()
public static final FileType[] getExcludedTargetTypes()