Interface IMorseEncoder
IMorseEncoder interface
声明使用摩尔斯电码对文本进行编码的功能。
public interface IMorseEncoder
方法
| 名称 | 描述 |
|---|---|
| Encode(string, char, char) | 使用摩尔斯电码编码文本。启发式分析用于计算输入文本的字母表。字母表通过第一个单词选择。 |
| Encode(string, MorseAlphabets, char, char) | 使用摩尔斯电码编码文本。 |
另见
- namespace Aspose.Font.TextUtils
- assembly Aspose.Font