getHTMLReferences (NotesRichTextItem - Java)

Retrieves all HTML references obtained from converted HTML. After the convertToHTML (RichTextItem 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

RichTextItem

Syntax

public Vector<HTMLReference> getHTMLReferences()
				throws NotesException
Possible exception Description
Please call convertToHTML first (4836) Make a call to ConvertToHTML first.

Return value

Vector

Vector. A vector which includes all HTMLReferences.

Language cross-reference

GetHTMLReferences in LotusScript® NotesRichTextItem class

getHTMLReferences in JavaScript NotesRichTextItem class