text ノードを作成します。
NotesDOMDocumentNode
Set notesDOMTextNode = notesDOMDocumentNode .CreateTextNode( text )
text
String 型。ノードのデータです。
notesDOMTextNode
新規の NotesDOMTextNode オブジェクトを返します。
例