constants group ScriptType in module com::sun::star::i18n::

(Global Index)

Syntax

constants group ScriptType;

Description

specify the type scipts

Constants Summary

LATIN latin characters (english, .. )

ASIAN asian characters (japanese, .. )

COMPLEX complex characters (arabic, ..)

WEAK undefined characters (punctuation, .. )

Field Details



LATIN

Syntax

const short  LATIN = 1;

Description

latin characters (english, .. )


ASIAN

Syntax

const short  ASIAN = 2;

Description

asian characters (japanese, .. )


COMPLEX

Syntax

const short  COMPLEX = 3;

Description

complex characters (arabic, ..)


WEAK

Syntax

const short  WEAK = 4;

Description

undefined characters (punctuation, .. )

Top of Page