Class NotesDialogContext
Inheritance
System.Object
NotesDialogContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public class NotesDialogContext
Constructors
NotesDialogContext(RadRichTextBox)
Properties
Document
DocumentEditor
RichTextBox
Methods
AddChangeEndnotesPositionCommand(EndnotesPosition)
Declaration
[Obsolete("Use DocumentEditor methods instead.")]
public void AddChangeEndnotesPositionCommand(EndnotesPosition endnotesPosition)
Parameters
EndnotesPosition
endnotesPosition
|
AddChangeFootnotesPositionCommand(FootnotesPosition)
Declaration
[Obsolete("Use DocumentEditor methods instead.")]
public void AddChangeFootnotesPositionCommand(FootnotesPosition footnotesPosition)
Parameters
FootnotesPosition
footnotesPosition
|
AddEndnotesFirstNumberCommand(Int32, NotesDialogContext.ApplyType)
Declaration
[Obsolete("Use DocumentEditor methods instead.")]
public void AddEndnotesFirstNumberCommand(int firstNumber, NotesDialogContext.ApplyType applyType)
Parameters
System.Int32
firstNumber
|
NotesDialogContext.ApplyType
applyType
|
AddEndnotesNumberingFormatCommand(ListNumberingFormat, NotesDialogContext.ApplyType)
Declaration
[Obsolete("Use DocumentEditor methods instead.")]
public void AddEndnotesNumberingFormatCommand(ListNumberingFormat listNumberingFormat, NotesDialogContext.ApplyType applyType)
Parameters
ListNumberingFormat
listNumberingFormat
|
NotesDialogContext.ApplyType
applyType
|
AddEndnotesNumberingRestartTypeCommand(NumberingRestartType, NotesDialogContext.ApplyType)
Declaration
[Obsolete("Use DocumentEditor methods instead.")]
public void AddEndnotesNumberingRestartTypeCommand(NumberingRestartType numberingRestartType, NotesDialogContext.ApplyType applyType)
Parameters
NumberingRestartType
numberingRestartType
|
NotesDialogContext.ApplyType
applyType
|
AddFootnotesFirstNumberCommand(Int32, NotesDialogContext.ApplyType)
Declaration
[Obsolete("Use DocumentEditor methods instead.")]
public void AddFootnotesFirstNumberCommand(int firstNumber, NotesDialogContext.ApplyType applyType)
Parameters
System.Int32
firstNumber
|
NotesDialogContext.ApplyType
applyType
|
AddFootnotesNumberingFormatCommand(ListNumberingFormat, NotesDialogContext.ApplyType)
Declaration
[Obsolete("Use DocumentEditor methods instead.")]
public void AddFootnotesNumberingFormatCommand(ListNumberingFormat listNumberingFormat, NotesDialogContext.ApplyType applyType)
Parameters
ListNumberingFormat
listNumberingFormat
|
NotesDialogContext.ApplyType
applyType
|
AddFootnotesNumberingRestartTypeCommand(NumberingRestartType, NotesDialogContext.ApplyType)
Declaration
[Obsolete("Use DocumentEditor methods instead.")]
public void AddFootnotesNumberingRestartTypeCommand(NumberingRestartType numberingRestartType, NotesDialogContext.ApplyType applyType)
Parameters
NumberingRestartType
numberingRestartType
|
NotesDialogContext.ApplyType
applyType
|
AddInsertEndnoteCommand(Note, FontFamily)
Declaration
[Obsolete("Use DocumentEditor methods instead.")]
public void AddInsertEndnoteCommand(Note endnote, FontFamily fontFamily = null)
Parameters
Note
endnote
|
System.Windows.Media.FontFamily
fontFamily
|
AddInsertFootnoteCommand(Note, FontFamily)
Declaration
[Obsolete("Use DocumentEditor methods instead.")]
public void AddInsertFootnoteCommand(Note footnote, FontFamily fontFamily = null)
Parameters
Note
footnote
|
System.Windows.Media.FontFamily
fontFamily
|
ExecuteCommands()
Declaration
[Obsolete("Use DocumentEditor methods instead.")]
public void ExecuteCommands()
SelectInsertedNote()
Declaration
public void SelectInsertedNote()