Packagestimulsoft.report.export.enums
Classpublic class StiDbfCodePages
InheritanceStiDbfCodePages Inheritance Object



Public Constants
 ConstantDefined By
  Default : int = 0
[static] A parameter indicating that the code page of the exported document will not be specified.
StiDbfCodePages
  EasternEuropeanDOS : int = 852
[static] A code page of the exported document is Eastern European MS-DOS.
StiDbfCodePages
  EasternEuropeanMacintosh : int = 10029
[static] A code page of the exported document is Eastern European Macintosh.
StiDbfCodePages
  EasternEuropeanWindows : int = 1250
[static] A code page of the exported document is EasternEuropean MS-DOS.
StiDbfCodePages
  GreekDOS : int = 737
[static] A code page of the exported document is Greek MS-DOS (437G).
StiDbfCodePages
  GreekMacintosh : int = 10006
[static] A code page of the exported document is Greek Macintosh.
StiDbfCodePages
  GreekWindows : int = 1253
[static] A code page of the exported document is Greek Windows.
StiDbfCodePages
  IcelandicDOS : int = 861
[static] A code page of the exported document is Icelandic MS-DOS.
StiDbfCodePages
  InternationalDOS : int = 850
[static] A code page of the exported document is International MS-DOS.
StiDbfCodePages
  KamenickyDOS : int = 895
[static] A code page of the exported document is Kamenicky (Czech) MS-DOS.
StiDbfCodePages
  MazoviaDOS : int = 620
[static] A code page of the exported document is Mazovia (Polish) MS-DOS.
StiDbfCodePages
  NordicDOS : int = 865
[static] A code page of the exported document is Nordic MS-DOS.
StiDbfCodePages
  RussianDOS : int = 866
[static] A code page of the exported document is Russian MS-DOS.
StiDbfCodePages
  RussianMacintosh : int = 10007
[static] A code page of the exported document is Russian Macintosh.
StiDbfCodePages
  RussianWindows : int = 1251
[static] A code page of the exported document is Russian Windows.
StiDbfCodePages
  StandardMacintosh : int = 10000
[static] A code page of the exported document is Standard Macintosh.
StiDbfCodePages
  TurkishDOS : int = 857
[static] A code page of the exported document is Turkish MS-DOS.
StiDbfCodePages
  TurkishWindows : int = 1254
[static] A code page of the exported document is Turkish Windows.
StiDbfCodePages
  USDOS : int = 437
[static] A code page of the exported document is U.S.
StiDbfCodePages
  WindowsANSI : int = 1252
[static] A code page of the exported document is Windows ANSI.
StiDbfCodePages
Constant Detail
DefaultConstant
public static const Default:int = 0

A parameter indicating that the code page of the exported document will not be specified.

EasternEuropeanDOSConstant 
public static const EasternEuropeanDOS:int = 852

A code page of the exported document is Eastern European MS-DOS. Code page number 852.

EasternEuropeanMacintoshConstant 
public static const EasternEuropeanMacintosh:int = 10029

A code page of the exported document is Eastern European Macintosh. Code page number 10029.

EasternEuropeanWindowsConstant 
public static const EasternEuropeanWindows:int = 1250

A code page of the exported document is EasternEuropean MS-DOS. Code page number 1250.

GreekDOSConstant 
public static const GreekDOS:int = 737

A code page of the exported document is Greek MS-DOS (437G). Code page number 737.

GreekMacintoshConstant 
public static const GreekMacintosh:int = 10006

A code page of the exported document is Greek Macintosh. Code page number 10006.

GreekWindowsConstant 
public static const GreekWindows:int = 1253

A code page of the exported document is Greek Windows. Code page number 1253.

IcelandicDOSConstant 
public static const IcelandicDOS:int = 861

A code page of the exported document is Icelandic MS-DOS. Code page number 861.

InternationalDOSConstant 
public static const InternationalDOS:int = 850

A code page of the exported document is International MS-DOS. Code page number 850.

KamenickyDOSConstant 
public static const KamenickyDOS:int = 895

A code page of the exported document is Kamenicky (Czech) MS-DOS. Code page number 895.

MazoviaDOSConstant 
public static const MazoviaDOS:int = 620

A code page of the exported document is Mazovia (Polish) MS-DOS. Code page number 620.

NordicDOSConstant 
public static const NordicDOS:int = 865

A code page of the exported document is Nordic MS-DOS. Code page number 865.

RussianDOSConstant 
public static const RussianDOS:int = 866

A code page of the exported document is Russian MS-DOS. Code page number 866.

RussianMacintoshConstant 
public static const RussianMacintosh:int = 10007

A code page of the exported document is Russian Macintosh. Code page number 10007.

RussianWindowsConstant 
public static const RussianWindows:int = 1251

A code page of the exported document is Russian Windows. Code page number 1251.

StandardMacintoshConstant 
public static const StandardMacintosh:int = 10000

A code page of the exported document is Standard Macintosh. Code page number 10000.

TurkishDOSConstant 
public static const TurkishDOS:int = 857

A code page of the exported document is Turkish MS-DOS. Code page number 857.

TurkishWindowsConstant 
public static const TurkishWindows:int = 1254

A code page of the exported document is Turkish Windows. Code page number 1254.

USDOSConstant 
public static const USDOS:int = 437

A code page of the exported document is U.S. MS-DOS. Code page number 437.

WindowsANSIConstant 
public static const WindowsANSI:int = 1252

A code page of the exported document is Windows ANSI. Code page number 1252.