Class InsertCaptionDialogContext
Inheritance
System.Object
InsertCaptionDialogContext
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public class InsertCaptionDialogContext : Object
Constructors
InsertCaptionDialogContext(RadDocument, Boolean)
Declaration
public InsertCaptionDialogContext(RadDocument document, bool shouldClearSelectionOnClose)
Parameters
RadDocument
document
|
System.Boolean
shouldClearSelectionOnClose
|
Properties
Document
Methods
CancelCallback()
Declaration
public void CancelCallback()
InsertCaption(CaptionDefinition, String, Boolean, Boolean)
Declaration
public void InsertCaption(CaptionDefinition newCaptionDefinition, string captionText, bool includeLabel, bool insertBelow)
Parameters
CaptionDefinition
newCaptionDefinition
|
System.String
captionText
|
System.Boolean
includeLabel
|
System.Boolean
insertBelow
|