LOTUSSCRIPT/COM/OLE CLASSES


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

Note This property is new with Release 8.

Defined in

NotesDXLExporter

Data type

String

Syntax

To get: replacementText$ = notesDXLExporter.PictureOmittedText

To set: notesDXLExporter.PictureOmittedText = replacementText$

Language cross-reference

PictureOmittedText property in Java DXLExporter class

See Also