LOTUSSCRIPT /COM/OLE のクラス


NotesRichTextStyle クラス

リッチテキスト属性を表します。

メモ このクラスは、R4.6 で新しく追加されました。

包含関係
スーパークラス:NotesRichTextDocLinkNotesRichTextNavigatorNotesRichTextRangeNotesRichTextSectionNotesSession

プロパティ
Bold

Effects

FontSize

IsDefault

Italic

NotesColor

NotesFont

Parent

PassThruHTML

Strikethrough

Underline

作成方法
新しい NotesRichTextStyle オブジェクトを作成するには、NotesSession の中で CreateRichTextStyle メソッドを使います。

作成時は、すべての NotesRichTextStyle プロパティは、STYLE_NO_CHANGE です。

アクセス方法
NotesRichTextItem の AppendStyle メソッドといっしょに、NotesRichTextStyle オブジェクトを使います。


関連項目