NoteRangeStartBase
Class
Definition
Namespace:Telerik.WinForms.Documents.Model.Notes
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public abstract class NoteRangeStartBase : MarkRangeStartBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartFieldRangeStartBaseMarkRangeStartBaseNoteRangeStartBase...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected NoteRangeStartBase()
Properties
C#
public bool HasCustomMark { get; }
C#
public abstract string NoteStyleName { get; }
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:
C#
protected abstract IEnumerable<NoteRangeStartBase> GetNotesCollection(RadDocument doc)
IEnumerable<NoteRangeStartBase>
C#
protected abstract void GetNoteSettings(Section section, out NumberingRestartType restartType, out ListNumberingFormat numberingFormat, out int notesFirstNumber)
Updates the Span associated to the annotation.
C#
public override void UpdateAssociatedSpan()
Overrides: