com.aspose.email
Class FileFormatVersion

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.email.FileFormatVersion

public final class FileFormatVersion
extends com.aspose.ms.java.Enum

Represents version of file.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
static int ANSI
           ANSI file format.
static int Unicode
           Unicode file format.
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Unicode

public static final int Unicode

Unicode file format.

See Also:
Constant Field Values

ANSI

public static final int ANSI

ANSI file format.

See Also:
Constant Field Values


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.