IsAuthors (Item - Java™)

読み書き可能。アイテムの種類が Authors かどうかを示します。

定義位置

Item

データ型

boolean 型

構文

public boolean isAuthors()
    throws NotesException
public void setAuthors(boolean flag)
    throws NotesException

有効な値

使用法

Authors アイテムには、特定の文書に対して [作成者] のアクセス権を持つユーザーの名前を示すテキストリストが含まれます。Authors アイテムは getType に対して Item.TEXT を返します。

クロスリファレンス

LotusScript® NotesItem クラスの IsAuthors プロパティ

式言語の @Author 関数