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 オブジェクトを使います。

関連項目