SaveFileFormat

Contents
[ ]

Inheritance: java.lang.Object

public final class SaveFileFormat

Enumeration for saving diagram format selection.

Fields

Field Description
BMP Bmp image format.
EMF EMF image format.
GIF Gif format.
HTML Html format.
JPEG Jpeg image format.
PDF Pdf format.
PNG Png image format.
SVG Svg format.
TIFF Tiff image format.
VDX MS Visio Vdx xml format.
VSDM MS Visio Vsdm file format which enable macros.
VSDX MS Visio 2013 Vsdx file format.
VSSM MS Visio Vssm file format which enable macros.
VSSX MS Visio 2013 Vssx file format
VSTM MS Visio Vstm file format which enable macros.
VSTX MS Visio 2013 Vstx file format,Template file.
VSX MS Visio Vsx xml stencil format.
VTX MS Visio Vst xml template format.
XAML Xaml format.
XPS Xps format.

Methods

Method Description
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BMP

public static final int BMP

Bmp image format.

EMF

public static final int EMF

EMF image format.

GIF

public static final int GIF

Gif format.

HTML

public static final int HTML

Html format.

JPEG

public static final int JPEG

Jpeg image format.

PDF

public static final int PDF

Pdf format.

PNG

public static final int PNG

Png image format.

SVG

public static final int SVG

Svg format.

TIFF

public static final int TIFF

Tiff image format.

VDX

public static final int VDX

MS Visio Vdx xml 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.

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

VSTM

public static final int VSTM

MS Visio Vstm file format which enable macros.

VSTX

public static final int VSTX

MS Visio 2013 Vstx file format,Template file.

VSX

public static final int VSX

MS Visio Vsx xml stencil format.

VTX

public static final int VTX

MS Visio Vst xml template format.

XAML

public static final int XAML

Xaml format.

XPS

public static final int XPS

Xps 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