TextNote.GetFormattedText
Description:
Returns an object that contains text and associated formatting of this note.
Returns an object that contains text and associated formatting of this note.
Remarks:
The returned object is not attached to the text note and modifying it will not modify the contents of the text note. After changes are made to the FormattedText, use SetFormattedText(FormattedText) apply those changes to the TextNote.
The returned object is not attached to the text note and modifying it will not modify the contents of the text note. After changes are made to the FormattedText, use SetFormattedText(FormattedText) apply those changes to the TextNote.
public FormattedText GetFormattedText()
FormattedText
The object that contains the text and associated formatting of of the text in this text note.