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