JAVA/CORBA CLASSES


OmitRichtextPictures property
Read-write. Specifies whether to omit richtext pictures or graphics that occur within documents.

Note This property is new with Release 8.

Defined in

DxlExporter

Data type

boolean

Syntax

public boolean getOmitRichtextPictures()
   throws NotesException

public void setOmitRichtextPictures(boolean flag)
   throws NotesException

Legal values


Usage

Pictures that occur within <imagemap> are not omitted.

Pictures that occur within <attachmentref> are not omitted unless attachments are omitted, using the OmitRichtextAttachments property. Use the PictureOmittedText property to specify replacement text (if desired) for where the <picture> is omitted.

Language cross-reference

OmitRichtextPictures property in LotusScript NotesDXLExporter class

See Also