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 の値が両方が含まれる場合などです。

文字スタイルを検索および設定するには、IsFontBoldIsFontItalicIsFontStrikethrough、および IsFontUnderline を使用します。

クロスリファレンス

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