LOTUSSCRIPT/COM/OLE CLASSES


GetEmbeddedObject method
Beispiel

Given the name of an embedded object or an object link in a rich text item, returns the corresponding NotesEmbeddedObject.

Hinweis Embedded objects and object links are not supported for OS/2, UNIX, and the Macintosh. File attachments are.

Defined in

NotesRichTextItem

Syntax

Set notesEmbeddedObject = notesRichTextItem.GetEmbeddedObject( name$ )

Parameters

name$


Return value

notesEmbeddedObject


Usage

If you modify the object returned by GetEmbeddedObject in your script, the changes are saved, but the rendering of the object in the document is not updated until you manually activate the object.

Language cross-reference

getEmbeddedObject method Java RichTextItem class

Beispiel
Siehe auch