NoteRangeEndBase
Class
Represents the end of a range in a note within a document model.
Definition
Namespace:Telerik.Windows.Documents.Model.Notes
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public abstract class NoteRangeEndBase : MarkRangeEndBase
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeEndFieldRangeEndBaseMarkRangeEndBaseNoteRangeEndBase...
Derived Classes:
Inherited Members
Constructors
C#
protected NoteRangeEndBase()
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:
Copies the properties from another document element to the current instance.
C#
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
The AnnotationMarkerBase to copy the properties from.
Overrides:
Updates the annotation ID for the note range end.
C#
public override void UpdateAnnotationID()
Overrides: