ClassNoteRangeStartBase
Definition
Namespace:Telerik.WinForms.Documents.Model.Notes
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public abstract class NoteRangeStartBase : MarkRangeStartBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartFieldRangeStartBaseMarkRangeStartBaseNoteRangeStartBase
Derived Classes:
Implements:
Inherited Members
Constructors
NoteRangeStartBase()
Declaration
protected NoteRangeStartBase()
Properties
Methods
CopyContentFromOverride(DocumentElement)
Copies the content from another Inline.
Declaration
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
GetNoteSettings(Section, out NumberingRestartType, out ListNumberingFormat, out int)
Declaration
protected abstract void GetNoteSettings(Section section, out NumberingRestartType restartType, out ListNumberingFormat numberingFormat, out int notesFirstNumber)
Parameters
section
restartType
numberingFormat
notesFirstNumber
GetNotesCollection(RadDocument)
Declaration
protected abstract IEnumerable<NoteRangeStartBase> GetNotesCollection(RadDocument doc)
Parameters
doc
Returns
IEnumerable<NoteRangeStartBase>
UpdateAssociatedSpan()
Updates the Span associated to the annotation.
Declaration
public override void UpdateAssociatedSpan()
Overrides
UpdateBodyDocumentMarks(string)
Declaration
public void UpdateBodyDocumentMarks(string markText)
Parameters
markText