Class InsertCaptionDialogContext
Inheritance
System.Object
InsertCaptionDialogContext
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 InsertCaptionDialogContext
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
|