Get the active Notes in the project.
ActiveNotePage()
The active Notes in project.
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)