JAVA/CORBA CLASSES
Creates an outline entry and adds it to the outline.
Note All the methods except createEntry(String entryName) are new in Release 5.0.2.
Defined in
Outline
Syntax
public OutlineEntry createEntry(OutlineEntry fromEntry) throws NotesException
public OutlineEntry createEntry(OutlineEntry fromEntry, OutlineEntry referenceEntry) throws NotesException
public OutlineEntry createEntry(OutlineEntry fromEntry, OutlineEntry referenceEntry, boolean after) throws NotesException
public OutlineEntry createEntry(OutlineEntry fromEntry, OutlineEntry referenceEntry, boolean after, boolean asChild) throws NotesException
public OutlineEntry createEntry(String entryName) throws NotesException
public OutlineEntry createEntry(String entryName, OutlineEntry referenceEntry) throws NotesException public OutlineEntry createEntry(String entryName, OutlineEntry referenceEntry, boolean after) throws NotesException public OutlineEntry createEntry(String entryName, OutlineEntry referenceEntry, boolean after, boolean asChild) throws NotesException
Parameters
OutlineEntry fromEntry
The createEntry(OutlineEntry fromEntry) methods create a copy of an existing outline entry and add it to the outline. The createEntry(String entryName) methods create a new outline entry and add it to the outline.
You must save the outline or the effect of this method is lost when the program exits.
Language cross-reference
CreateEntry method in LotusScript NotesOutline class
Example See Also