Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






GetEmbeddedObject method

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

Note 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$

String. The name of the object to find.

To find an embedded object or object link, use the name of the object or link as it appears in the InfoBox, or as designated in the EmbedObject method.

Return value

notesEmbeddedObject

The object, if found. Otherwise, returns Nothing.

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

See examples

Examples: GetEmbeddedObject method
Related topics
Working with attachments and embedded objects in LotusScript classes




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009