Class Note
Namespace: Telerik.Windows.Documents.Model.Notes
Assembly: Telerik.Windows.Documents.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
|
System.Windows.Media.FontFamily
fontFamily
|
Returns
Note
|
CreateCustomMarkFootnote(String, FontFamily)
Declaration
public static Note CreateCustomMarkFootnote(string symbol, FontFamily fontFamily = null)
Parameters
System.String
symbol
|
System.Windows.Media.FontFamily
fontFamily
|
Returns
Note
|
CreateDeepCopy()
CreateDefaultEndnote()
CreateDefaultFootnote()
OnBodyChanged()
Declaration
protected override void OnBodyChanged()
Overrides
OnBodyChanging()
Declaration
protected override void OnBodyChanging()