JAVA/CORBA CLASSES

renderToRTItem method
Example

Creates a picture of a document and places it into a rich-text item that you specify.

Defined in

Document

Syntax

public boolean renderToRTItem(RichTextItem rtitem)
   throws NotesException

Parameters

RichTextItem rtitem


Return value

boolean


Usage

The picture is created using both the document and its form. Therefore, the input translation and validation formulas of the form are executed.

Language cross-reference

RenderToRTItem method in LotusScript NotesDocument class

Example
See Also