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