LOTUSSCRIPT /COM/OLE のクラス


AttachmentOmittedText プロパティ
読み書き可能。「[Attachment omitted]」のように <attachmentref> が省略された、リッチテキスト内の場所に挿入するテキスト。このテキストは、XML マークアップを含むことができますが、有効な DXL リッチテキストコンテンツでなければなりません。以下は例です。「<run><font style='bold'/>[Attachment omitted]</run>」

メモ このプロパティは R8 で新しく追加されました。

定義位置

NotesDxlExporter

データ型

String 型

構文

取得方法:replacementText$ = notesDXLExporter.AttachmentOmittedText

設定方法:notesDXLExporter.AttachmentOmittedText = replacementText$

クロスリファレンス

Java DXLExporter クラスの AttachmentOmittedText プロパティ

関連項目