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