WebFont.TextDecorationLine
WebFont.TextDecorationLine enumeration
用于元素中文本的装饰线的种类,例如下划线、上划线或划线。可以合并在一起,也可以不合并。
[Flags]
public enum TextDecorationLine : byte
价值观
姓名 | 价值 | 描述 |
---|---|---|
None | 0 |
没有应用文本修饰线 |
Underline | 1 |
下划线 - 每行文本下面都有一条装饰线 |
Overline | 2 |
上划线 - 每行文本上面都有一条装饰线 |
LineThrough | 4 |
Line-through - 每行文本都有一条装饰线穿过它的中间 |
也可以看看
- class WebFont
- 命名空间 GroupDocs.Editor.Options
- 部件 GroupDocs.Editor