Formatter
public class Formatter
Constructor Summary | |
---|---|
void | 初始化命令行输出格式 |
Method Summary | |
---|---|
static string | escape(string text) 转义 |
void | setDecorated(bool decorated) 设置外观标识 |
bool | 获取外观标识 |
void | setStyle(string name, Style style) 添加一个新样式 |
bool | hasStyle(string name) 是否有这个样式 |
Style | getStyle(string name) 获取样式 |
string | format(string message) 使用所给的样式格式化文字 |
StyleStack |
public void __construct()
初始化命令行输出格式
public static string escape(string text)
转义
public void setDecorated(bool decorated)
设置外观标识
public bool isDecorated()
获取外观标识
public void setStyle(string name, Style style)
添加一个新样式
public bool hasStyle(string name)
是否有这个样式
public Style getStyle(string name)
获取样式
public string format(string message)
使用所给的样式格式化文字
public StyleStack getStyleStack()