Get the text in NotePage
GetText()
Text string
EX1
# Open a Notes in project import PyOrigin Notes=PyOrigin.ActiveNotePage() Notes.SetText('This example shows how to set text for Notes by using PyOrigin') NoteText=Notes.GetText() print(NoteText)
NotePage::SetText