LoadFileFormat
Contents
[
Hide
]Inheritance: java.lang.Object
public final class LoadFileFormat
Enumeration for loading diagram format selection.
Fields
Field | Description |
---|---|
HTML | Html. |
VDW | MS Visio Vdw web drawing format. |
VDX | MS Visio VDX xml format. |
VSD | MS Visio Vsd binary format. |
VSDM | MS Visio Vsdm file format which enable macros. |
VSDX | MS Visio 2013 Vsdx file format. |
VSS | MS Visio Vss binary stencil format. |
VSSM | MS Visio Vssm file format which enable macros. |
VSSX | MS Visio 2013 Vssx file format. |
VST | MS Visio Vst binary template format. |
VSTM | MS Visio Vstm file format which enable macros. |
VSTX | MS Visio 2013 Vstx Template file format. |
VSX | MS Visio Vsx xml stencil format. |
VTX | MS Visio Vtx xml template format. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
HTML
public static final int HTML
Html.
VDW
public static final int VDW
MS Visio Vdw web drawing format.
VDX
public static final int VDX
MS Visio VDX xml format.
VSD
public static final int VSD
MS Visio Vsd binary format.
VSDM
public static final int VSDM
MS Visio Vsdm file format which enable macros.
VSDX
public static final int VSDX
MS Visio 2013 Vsdx file format.
VSS
public static final int VSS
MS Visio Vss binary stencil format.
VSSM
public static final int VSSM
MS Visio Vssm file format which enable macros.
VSSX
public static final int VSSX
MS Visio 2013 Vssx file format.
VST
public static final int VST
MS Visio Vst binary template format.
VSTM
public static final int VSTM
MS Visio Vstm file format which enable macros.
VSTX
public static final int VSTX
MS Visio 2013 Vstx Template file format.
VSX
public static final int VSX
MS Visio Vsx xml stencil format.
VTX
public static final int VTX
MS Visio Vtx xml template format.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |