【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.30.3 Note::Text
Contents
ClassName
Note
AccessType
public
Name
Text
Declaration
string Text
Remark
String data member containing the text of the Notes window.
Examples
EX1
int Note_Text_ex1() { Note note; note.Create(); // Create a new empty Notes window if( note.IsValid() ) { note.Text = "This is a bunch of text\nI want to write out to an\nOrigin Note window."; } return 0; }
Description
Header to Include
origin.h