JAVA/CORBA CLASSES
Note This property is new with Release 8.
Defined in
DxlExporter
Data type
boolean
Syntax
public boolean getOmitOLEObjects() throws NotesException
public void setOmitOLEObjects(boolean flag) throws NotesException
Legal values
Omitting an OLE object from a document affects both the <objectref> within <richtext> that refers to the OLE object, and the corresponding set of <item>s with name='$FILE' that contains the OLE object's data. Use OLEObjectOmittedText to specify replacement text (if desired) for where the <objectref> is omitted.
Language cross-reference
OmitOLEObjects property in LotusScript NotesDXLExporter class
See Also