JAVA/CORBA CLASSES
Given the name of a file attachment, embedded object, or object link in a rich text item, returns the corresponding EmbeddedObject.
Note Embedded objects and object links are not supported for OS/2, UNIX, and the Macintosh. File attachments are.
Defined in
RichTextItem
Syntax
public EmbeddedObject getEmbeddedObject(String name) throws NotesException
Parameters
String name
EmbeddedObject
If you modify the object returned by getEmbeddedObject, the changes are saved but the rendering of the object in the Domino document is not updated until you manually activate the object.
Language cross-reference
GetEmbeddedObject method in LotusScript NotesRichTextItem class
Example See Also