Class Note
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model.Notes
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class Note : ChildDocumentContainer
Constructors
Note()
Declaration
public Note()
Properties
Body
Declaration
[XamlSerializable]
public override RadDocument Body { get; set; }
Property Value
RadDocument
|
Overrides
CustomMark
Declaration
[XamlSerializable]
public string CustomMark { get; set; }
Property Value
System.String
|
HasCustomMark
Declaration
public bool HasCustomMark { get; }
Property Value
System.Boolean
|
Methods
CreateCustomMarkEndnote(String, FontFamily)
Declaration
public static Note CreateCustomMarkEndnote(string symbol, FontFamily fontFamily = null)
Parameters
System.String
symbol
|
FontFamily
fontFamily
|
Returns
Note
|
CreateCustomMarkFootnote(String, FontFamily)
Declaration
public static Note CreateCustomMarkFootnote(string symbol, FontFamily fontFamily = null)
Parameters
System.String
symbol
|
FontFamily
fontFamily
|
Returns
Note
|
CreateDeepCopy()
CreateDefaultEndnote()
CreateDefaultFootnote()
OnBodyChanged()
Declaration
protected override void OnBodyChanged()
Overrides
OnBodyChanging()
Declaration
protected override void OnBodyChanging()