FontStyle (ViewColumn - Java™)

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

注: このプロパティは、Release 6.5 から読み書き可能になりました。

定義位置

ViewColumn

データ型

int 型

構文

public int getFontStyle()
    throws NotesException
public void setFontStyle(int style)
    throws NotesException

有効な値

使用法

フォントスタイルには、複数の値を設定できます。 例えば、ViewColumn.FONT_BOLD と ViewColumn.FONT_ITALIC の値が両方が含まれる場合などです。

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

クロスリファレンス

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