ClassNoteReferenceMarkStart
Class
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:
cs-api-definition
public class NoteReferenceMarkStart : MarkRangeStartBase
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartFieldRangeStartBaseMarkRangeStartBaseNoteReferenceMarkStart
Inherited Members
Constructors
NoteReferenceMarkStart()
Declaration
cs-api-definition
public NoteReferenceMarkStart()
Properties
Methods
CopyContentFromOverride(DocumentElement)
Copies the content from another Inline.
Declaration
cs-api-definition
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
fromElement
The Inline to copy the content from.
Exceptions
fromElement must not be null.
Cannot copy content to element itself.
Overrides
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
cs-api-definition
protected override DocumentElement CreateNewElementInstance()
Returns
The new instance.
Overrides
UpdateAssociatedSpan()
Updates the associated span for the note reference mark start.
Declaration
cs-api-definition
public override void UpdateAssociatedSpan()
Overrides