MorseAlphabets

Inheritance: java.lang.Object, java.lang.Enum

public enum MorseAlphabets extends Enum<MorseAlphabets>

Represents set of alphabets supported for Morse code

Fields

FieldDescription
LatinThe Latin Morse code alphabet.
GreekThe Greek Morse code alphabet.
CyrillicThe Cyrillic code alphabet.
HebrewThe Hebrew code alphabet.
ArabicThe Arabic code alphabet.
PortugueseThe Portuguese code alphabet.
KurdishThe Kurdish code alphabet.
PersianThe Persian (Farsi) code alphabet.

Methods

MethodDescription
values()
valueOf(String name)

Latin

public static final MorseAlphabets Latin

The Latin Morse code alphabet.

Greek

public static final MorseAlphabets Greek

The Greek Morse code alphabet.

Cyrillic

public static final MorseAlphabets Cyrillic

The Cyrillic code alphabet.

Hebrew

public static final MorseAlphabets Hebrew

The Hebrew code alphabet.

Arabic

public static final MorseAlphabets Arabic

The Arabic code alphabet.

Portuguese

public static final MorseAlphabets Portuguese

The Portuguese code alphabet.

Kurdish

public static final MorseAlphabets Kurdish

The Kurdish code alphabet.

Persian

public static final MorseAlphabets Persian

The Persian (Farsi) code alphabet.

values()

public static MorseAlphabets[] values()

Returns: com.aspose.font.textutils.MorseAlphabets[]

valueOf(String name)

public static MorseAlphabets valueOf(String name)

Parameters:

ParameterTypeDescription
namejava.lang.String

Returns: MorseAlphabets