Class EditingExtensions
Static class holding extension methods related to editing.
Inheritance
System.Object
EditingExtensions
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.Flow.Model.Editing
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public static class EditingExtensions
Methods
GetEditorAfter(InlineBase)
Gets RadFlowDocumentEditor positioned after the inline.
Declaration
public static RadFlowDocumentEditor GetEditorAfter(this InlineBase inline)
Parameters
InlineBase
inline
The inline. |
Returns
RadFlowDocumentEditor
|
GetEditorBefore(InlineBase)
Gets RadFlowDocumentEditor positioned before the inline.
Declaration
public static RadFlowDocumentEditor GetEditorBefore(this InlineBase inline)
Parameters
InlineBase
inline
The inline. |
Returns
RadFlowDocumentEditor
|