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






EmbeddedObjects property

Read-only. The OLE/2 and OLE/1 embedded objects in a document.

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

Defined in

Document

Data type

java.util.Vector; elements are EmbeddedObject

Syntax

public java.util.Vector getEmbeddedObjects()

throws NotesException

Usage

Unlike the EmbeddedObjects property in RichTextItem, this property does not include file attachments, nor OLE/1 objects created in Notes Release 3.

This property does include OLE/2 and OLE/1 objects created in Release 4 and higher. It also includes objects in the document that were originally embedded in the document's form. Such objects must have been activated, modified, and re-saved in order to be returned by this property (otherwise they remain a part of the form, not the document).

The vector is empty if the document contains no embedded objects.

Language cross-reference

EmbeddedObjects property in LotusScript NotesDocument class

See examples

Examples: EmbeddedObjects and HasEmbedded properties
Related topics
Accessing document properties in Java classes
Working with an embedded object in Java classes




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009