Note
Represents a note in the Telerik document model, which can store text and associated metadata.
Definition
Namespace:Telerik.Windows.Documents.Model.Notes
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class Note : ChildDocumentContainer
Inheritance: objectChildDocumentContainerNote
Inherited Members
Constructors
public Note()
Properties
Gets or sets the body text of the note.
[XamlSerializable]
public override RadDocument Body { get; set; }
A string representing the content of the note's body.
Overrides:
Represents a custom mark in a note, allowing for additional annotations or highlights.
[XamlSerializable]
public string CustomMark { get; set; }
Gets a value indicating whether the note has a custom mark applied.
public bool HasCustomMark { get; }
Methods
Creates a custom mark for an endnote with the specified text and font family.
Creates a custom mark footnote with the specified text and font family.
Creates a deep copy of the current Note instance.
public Note CreateDeepCopy()
A new Note object that is a deep copy of the original instance.
protected override void OnBodyChanged()
Overrides:
protected override void OnBodyChanging()
Overrides: