JAVA/CORBA クラス


FontStyle プロパティ

読み込みと書き込みができます。列内のデータのフォントスタイルを示します。

メモ このプロパティは、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 プロパティ