JAVA/CORBA クラス


NumberAttrib プロパティ

読み書き可能。列の数値の属性です。

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

定義位置

ViewColumn

データ型

int 型

構文

public int getNumberAttrib()
   throws NotesException

public void setNumberAttrib(int attributes)
   throws NotesException

有効な値


使用法

数値属性には複数の値を含めることができます。たとえば、属性に ViewColumn.ATTR_PARENS と ViewColumn.ATTR_PUNCTUATED の両方が含まれることもあります。

クロスリファレンス

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


関連項目