java.lang.Object
com.aspose.diagram.LoadFileFormat
public class LoadFileFormat
| Field Summary | ||
|---|---|---|
static final int | VDX | |
| MS Visio VDX xml format. | ||
static final int | VSD | |
| MS Visio Vsd binary format. | ||
static final int | VSX | |
| MS Visio Vsx xml stencil format. | ||
static final int | VSS | |
| MS Visio Vss binary stencil format. | ||
static final int | VTX | |
| MS Visio Vtx xml template format. | ||
static final int | VST | |
| MS Visio Vst binary template format. | ||
static final int | VDW | |
| MS Visio Vdw web drawing format. | ||
static final int | VSDX | |
| MS Visio 2013 Vsdx file format. | ||
static final int | VSTX | |
| MS Visio 2013 Vstx Template file format. | ||
static final int | VSSX | |
| MS Visio 2013 Vssx file format. | ||
static final int | VSDM | |
| MS Visio Vsdm file format which enable macros. | ||
static final int | VSSM | |
| MS Visio Vssm file format which enable macros. | ||
static final int | VSTM | |
| MS Visio Vstm file format which enable macros. | ||
static final int | HTML | |
| Html. | ||
| Field Detail |
|---|
VDX | |
public static final int VDX | |
VSD | |
public static final int VSD | |
VSX | |
public static final int VSX | |
VSS | |
public static final int VSS | |
VTX | |
public static final int VTX | |
VST | |
public static final int VST | |
VDW | |
public static final int VDW | |
VSDX | |
public static final int VSDX | |
VSTX | |
public static final int VSTX | |
VSSX | |
public static final int VSSX | |
VSDM | |
public static final int VSDM | |
VSSM | |
public static final int VSSM | |
VSTM | |
public static final int VSTM | |
HTML | |
public static final int HTML | |