SMART datagrid v.1 > Classes > GridStyles
DataLudi.GridStyles.fontItalic property
テキストを傾けて表示する時trueで指定する。
- Getter
- function fontItalic(): Boolean
- Setter
- function setFontItalic(value: Boolean)
Code -1
columns.setStyles({
fontItalic: true
});
- See Also
- fontBold
- fontLineThrough
- fontUnderline
- fontName
- fontSize
- スタイル概要
- Examples
- Column Styles