| Package | Description |
|---|---|
| com.aspose.font.textutils |
The com.aspose.font.text.utils package provides classes and interfaces for text processing.
|
| Modifier and Type | Method and Description |
|---|---|
static MorseAlphabets |
MorseAlphabets.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MorseAlphabets[] |
MorseAlphabets.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
IFontMorseDecoder.decode(String morseText,
IFont font,
double fontSize,
RenderingUtils.LineSpacingType lineSpacingType,
int lineSpacingValue,
int maxWidth,
MorseAlphabets alphabet)
Deciphers Morse code and draws result in PNG-format.
|
InputStream |
IFontMorseDecoder.decode(String morseText,
IFont font,
double fontSize,
RenderingUtils.LineSpacingType lineSpacingType,
int lineSpacingValue,
int maxWidth,
MorseAlphabets alphabet,
char inputSeparator)
Deciphers Morse code and draws result in PNG-format.
|
InputStream |
IFontMorseDecoder.decode(String morseText,
IFont font,
double fontSize,
RenderingUtils.LineSpacingType lineSpacingType,
int lineSpacingValue,
int maxWidth,
MorseAlphabets alphabet,
char inputSeparator,
char outputSeparator)
Deciphers Morse code and draws result in PNG-format.
|
GlyphId[] |
IFontMorseDecoder.decode(String morseText,
IFont font,
MorseAlphabets alphabet)
Deciphers Morse code into glyphs of the specified font.
|
GlyphId[] |
IFontMorseDecoder.decode(String morseText,
IFont font,
MorseAlphabets alphabet,
char inputSeparator)
Deciphers Morse code into glyphs of the specified font.
|
GlyphId[] |
IFontMorseDecoder.decode(String morseText,
IFont font,
MorseAlphabets alphabet,
char inputSeparator,
char outputSeparator)
Deciphers Morse code into glyphs of the specified font.
|
String |
IMorseDecoder.decode(String morseText,
MorseAlphabets alphabet)
Deciphers Morse code.
|
String |
IMorseDecoder.decode(String morseText,
MorseAlphabets alphabet,
char inputSeparator)
Deciphers Morse code.
|
String |
IMorseDecoder.decode(String morseText,
MorseAlphabets alphabet,
char inputSeparator,
char outputSeparator)
Deciphers Morse code.
|
InputStream |
IFontMorseEncoder.encode(String text,
IFont font,
double fontSize,
RenderingUtils.LineSpacingType lineSpacingType,
int lineSpacingValue,
int maxWidth,
MorseAlphabets alphabet)
Encodes text by Morse code and draws result in PNG-format.
|
InputStream |
IFontMorseEncoder.encode(String text,
IFont font,
double fontSize,
RenderingUtils.LineSpacingType lineSpacingType,
int lineSpacingValue,
int maxWidth,
MorseAlphabets alphabet,
char inputSeparator)
Encodes text by Morse code and draws result in PNG-format.
|
InputStream |
IFontMorseEncoder.encode(String text,
IFont font,
double fontSize,
RenderingUtils.LineSpacingType lineSpacingType,
int lineSpacingValue,
int maxWidth,
MorseAlphabets alphabet,
char inputSeparator,
char outputSeparator)
Encodes text by Morse code and draws result in PNG-format.
|
GlyphId[] |
IFontMorseEncoder.encode(String text,
IFont font,
MorseAlphabets alphabet)
Encodes text by Morse code and returns result as set of glyphs(glyph identifiers).
|
GlyphId[] |
IFontMorseEncoder.encode(String text,
IFont font,
MorseAlphabets alphabet,
char inputSeparator)
Encodes text by Morse code and returns result as set of glyphs(glyph identifiers).
|
GlyphId[] |
IFontMorseEncoder.encode(String text,
IFont font,
MorseAlphabets alphabet,
char inputSeparator,
char outputSeparator)
Encodes text by Morse code and returns result as set of glyphs(glyph identifiers).
|
String |
IMorseEncoder.encode(String text,
MorseAlphabets alphabet)
Encodes text by Morse code.
|
String |
IMorseEncoder.encode(String text,
MorseAlphabets alphabet,
char inputSeparator)
Encodes text by Morse code.
|
String |
IMorseEncoder.encode(String text,
MorseAlphabets alphabet,
char inputSeparator,
char outputSeparator)
Encodes text by Morse code.
|
Copyright © 2025 Aspose. All Rights Reserved.