FontStyle (NotesViewColumn - LotusScript®)

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

注: このプロパティは R5 で新しく追加されました。
注: このプロパティは、Release 6 から読み書き可能になりました。

定義位置

NotesViewColumn

データ型

Integer 型の定数

構文

取得する場合: style% = notesViewColumn .FontStyle

設定する場合: notesViewColumn 。FontStyle = style%

有効な値

次の値を組み合わせて使用できます。

使用法

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

クロスリファレンス

Java™ ViewColumn クラスの FontStyle