getEmbeddedImagesList (NotesXSPDocument - JavaScript)

Takes a string argument which is the name of a rich text field in a document. If the field name is valid, it returns a list of embedded images, if any, found in that rich text item.

Defined in

NotesXSPDocument

Syntax

getEmbeddedImagesList(fieldname:string) : List

Parameters

Parameter Description
fieldname String. Specifies the name of a rich text field in the desired document.

Return Value

Return Value Description
List List. A list of embedded images found in the specified rich text item.

Language cross-reference

Not found in LotusScript® or Java