Class NoteReferenceMarkStart
Represents the start of a reference mark in a note within a document.
Inheritance
System.Object
NoteReferenceMarkStart
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Notes
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class NoteReferenceMarkStart : MarkRangeStartBase
Constructors
NoteReferenceMarkStart()
Declaration
public NoteReferenceMarkStart()
Properties
MarkText
Gets or sets the text associated with the start of the note reference mark.
Declaration
public string MarkText { get; set; }
Property Value
System.String
A string that represents the text of the note reference mark start. |
Methods
CopyContentFromOverride(DocumentElement)
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
|
Overrides
CreateNewElementInstance()
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
DocumentElement
|
Overrides
UpdateAssociatedSpan()
Updates the associated span for the note reference mark start.
Declaration
public override void UpdateAssociatedSpan()