Represents the start of a reference mark in a note within a document.
Definition
Namespace:Telerik.Windows.Documents.Model.Notes
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class NoteReferenceMarkStart : MarkRangeStartBase
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartFieldRangeStartBaseMarkRangeStartBaseNoteReferenceMarkStart...
Inherited Members
Constructors
C#
public NoteReferenceMarkStart()
Properties
Methods
Copies the content from another Inline.
C#
protected override void CopyContentFromOverride(DocumentElement fromElement)
The Inline to copy the content from.
Exceptions:fromElement must not be null.
Cannot copy content to element itself.
Overrides:
Creates a new instance of this element.
C#
protected override DocumentElement CreateNewElementInstance()
The new instance.
Overrides:
Updates the associated span for the note reference mark start.
C#
public override void UpdateAssociatedSpan()
Overrides: