JAVA/CORBA CLASSES


Working with an embedded object in Java classes
Example

Use getEmbeddedObjects of RichTextItem to get a vector of EmbeddedObject objects containing all the embedded objects, linked objects, and file attachments in a rich text item. Use hasEmbedded of Document to see whether a document contains any embedded objects.

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

To get all the embedded objects in a document, including objects that were originally embedded in the form from which the document was created, use getEmbeddedObjects of Document.

To locate pre-Release 4 file attachments not associated with a rich text item, get all the items in the document, for example, by using getItems of Document. Test getType property of each item for Item.ATTACHMENT. To get an attachment of this type, use getAttachment of Document.

You access EmbeddedObject properties through the following methods:


EmbeddedObject has the following methods:
Example
See Also