.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE 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

NotesDXLExporter

Data type

String

Syntax

To get: replacementText$ = notesDXLExporter.OLEObjectOmittedText

To set: notesDXLExporter.OLEObjectOmittedText = replacementText$

Language cross-reference

OLEObjectOmittedText property in Java DXLExporter class

See Also