リッチテキストアイテムを表します。
継承元: NotesItem
包含元: NotesDocument
包含要素: NotesEmbeddedObject、NotesRichTextDocLink、NotesRichTextNavigator、NotesRichTextRange、NotesRichTextTable
DateTimeValue (NotesItem から継承)
IsAuthors (NotesItem から継承)
IsEncrypted (NotesItem から継承)
IsNames (NotesItem から継承)
IsProtected (NotesItem から継承)
IsReaders (NotesItem から継承)
IsSigned (NotesItem から継承)
IsSummary (NotesItem から継承)
LastModified (NotesItem から継承)
Name (NotesItem から継承)
Parent (NotesItem から継承)
SaveToDisk (NotesItem から継承)
Text (NotesItem から継承)
Type (NotesItem から継承)
ValueLength (NotesItem から継承)
Values (NotesItem から継承)
Abstract (NotesItem から継承)
Contains (NotesItem から継承)
CopyItemToDocument (NotesItem から継承)
GetMIMEEntity (NotesItem から継承)
GetValueDateTimeArray (NotesItem から継承)
New
Remove (NotesItem から継承)
NotesRichTextItem オブジェクトを新規作成するには、次のいずれかを使用します。
New は指定された文書にリッチテキストアイテムを作成して、指定された名前を付けます。
Dim variableName As New NotesRichTextItem( notesDocument , name$ )
または
Set notesRichTextItem = New NotesRichTextItem( notesDocument , name$ )
notesDocument
新しいリッチテキストアイテムを作成する文書です。
name$
String 型。新規のリッチテキストアイテムの名前です。
既存の NotesRichTextItem オブジェクトにアクセスするには、NotesDocument の GetFirstItem メソッドを使用します。