public final class DiagramFormat
extends com.aspose.ms.System.Enum
Defines various diagram subformats.
Modifier and Type | Field and Description |
---|---|
static int |
Unknown
The format is not recognized.
|
static int |
Vdx
Represents the .VDX Visio format.
|
static int |
Vsd
Represents the .VSD Visio format.
|
static int |
Vsdx
Represents the .VSDX Visio format.
|
static int |
Vss
Represents the .VSS Visio format.
|
static int |
Vsx
Represents the .VSX Visio format.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Unknown
The format is not recognized.
public static final int Vdx
Represents the .VDX Visio format.
public static final int Vsd
Represents the .VSD Visio format.
public static final int Vsdx
Represents the .VSDX Visio format.
public static final int Vss
Represents the .VSS Visio format.
public static final int Vsx
Represents the .VSX Visio format.
Copyright © 2020. All rights reserved.