FontStyle (NotesViewColumn - JavaScript)

読み書き可能。列内のデータのフォントスタイル。

定義場所

NotesViewColumn

構文

getFontStyle() : int

setFontStyle(style:int) : void

適正値

使用法

フォントスタイルには、複数の値を設定できます。 例えば、スタイルを NotesViewColumn.FONT_BOLD と NotesViewColumn.FONT_ITALIC に設定できます。

フォントスタイルの照会と設定には、IsFontBoldIsFontItalicIsFontStrikethroughIsFontUnderline を使用できます。

言語間の参照

LotusScript® NotesViewColumn クラスの FontStyle プロパティ

Java™ ViewColumn クラスの FontStyle プロパティ