GetHTMLReferences (NotesRichTextItem - LotusScript®)

Retrieves all HTML references obtained from converted HTML. After the convertToHTML (NotesRichTextItem class) method is called, the getHTMLReferences method can be called. This call returns a Vector (Java) or array (LS) of HTMLReference objects. Each reference object has a Type property, which may be queried to determine how to interpret the data contained within the reference. The HTMLReference class was created to represent the data contained within an HTML reference.

Defined in

NotesRichTextItem

Syntax

set Variant = NotesRichTextItem .GetHTMLReferences( ) As Variant

Return value

Variant

Variant. The NotesHTMLReference array.

Language cross-reference

getHTMLReferences in Java RichTextItem class

getHTMLReferences in JavaScript NotesRichTextItem class