読み書き可能。列のデータのフォントスタイルです。
int 型
public int getFontStyle()
throws NotesException
public void setFontStyle(int style)
throws NotesException
フォントスタイルには、複数の値を設定できます。 例えば、ViewColumn.FONT_BOLD と ViewColumn.FONT_ITALIC の値が両方が含まれる場合などです。
フォントスタイルの照会と設定には、IsFontBold、IsFontItalic、IsFontStrikethrough、 IsFontUnderline を使用できます。