JAVA/CORBA CLASSES


OLEObjectOmittedText property
Read-write. Text to insert within richtext precisely where an <objectref> was omitted, such as "[OLE object omitted]". This text may contain XML markup but must be valid DXL richtext content, for example, "<run><font style='bold'/>[OLE object omitted]</run>".

Note This property is new with Release 8.

Defined in

DxlExporter

Data type

String

Syntax

public String getOLEObjectOmittedText()
   throws NotesException

public void setOLEObjectOmittedText(String comment)
   throws NotesException

Language cross-reference

OLEObjectOmittedText property in LotusScript NotesXMLExporter class

See Also