JAVA/CORBA CLASSES
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
boolean
The picture is created using both the document and its form. Therefore, the input translation and validation formulas of the form are executed.
If the target rich text item is in a new document, you must save the document before calling renderToRTItem.
Language cross-reference
RenderToRTItem method in LotusScript NotesDocument class
Example See Also