createOutline (Database - Java™)

現在のデータベースにアウトラインを作成します。

定義位置

Database

構文

public Outline createOutline(String name)
    throws NotesException
public Outline createOutline(String name, boolean defaultOutline)
    throws NotesException

パラメータ

String outline

アウトラインの名前です。

boolean defaultOutline

オプション。デフォルト (false) では、空のアウトラインを作成します。

戻り値

Outline 型

新しいアウトラインを返します。

クロスリファレンス

LotusScript® NotesDatabase クラスの CreateOutline メソッド