DataLudi Grid v.1 > Classes > GridStyles
GridStyles.fontUnderline property
テキストにアンダーラインを表示する時、trueで指定する。
- Getter
- function fontUnderline(): Boolean
- Setter
- function setFontUnderline(value: Boolean)
Code -1
columns.setStyles({
fontUnderline: true
});
- See Also
- fontBold
- fontItalic
- fontLineThrough
- fontName
- fontSize
- スタイル概要
- Examples
- Column Styles