Class NoteRangeStartBase
Represents the starting point of a note range in a document model.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Notes
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public abstract class NoteRangeStartBase : MarkRangeStartBase
Constructors
NoteRangeStartBase()
Declaration
protected NoteRangeStartBase()
Properties
HasCustomMark
Gets a value indicating whether the note range start has a custom mark.
Declaration
public bool HasCustomMark { get; }
Property Value
System.Boolean
|
Note
Gets or sets the note associated with the range start.
Declaration
public Note Note { get; }
Property Value
Note
The note instance that represents the start of a note range. |
NoteStyleName
Gets or sets the style name of the note range start.
Declaration
public abstract string NoteStyleName { get; }
Property Value
System.String
A string representing the style name of the note range start. |
Methods
CopyContentFromOverride(DocumentElement)
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
|
Overrides
GetNotesCollection(RadDocument)
Declaration
protected abstract IEnumerable<NoteRangeStartBase> GetNotesCollection(RadDocument doc)
Parameters
RadDocument
doc
|
Returns
System.Collections.Generic.IEnumerable<NoteRangeStartBase>
|
GetNoteSettings(Section, out NumberingRestartType, out ListNumberingFormat, out Int32)
Declaration
protected abstract void GetNoteSettings(Section section, out NumberingRestartType restartType, out ListNumberingFormat numberingFormat, out int notesFirstNumber)
Parameters
Section
section
|
NumberingRestartType
restartType
|
ListNumberingFormat
numberingFormat
|
System.Int32
notesFirstNumber
|
UpdateAssociatedSpan()
Updates the associated span of the note range start.
Declaration
public override void UpdateAssociatedSpan()
Overrides
UpdateBodyDocumentMarks(String)
Updates the body document marks of the NoteRangeStartBase instance with the specified string.
Declaration
public void UpdateBodyDocumentMarks(string markText)
Parameters
System.String
markText
The string representing the new marks to be updated in the body document. |