Class ExtensionMethods
Provides extension methods for manipulating styles in Telerik document models.
Inheritance
Namespace: Telerik.Windows.Documents.Model.Styles
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public static class ExtensionMethods : Object
Methods
HasLinkedStyleOfType(StyleDefinition, StyleType)
Determines whether the specified style definition has a linked style of the specified type.
Declaration
public static bool HasLinkedStyleOfType(this StyleDefinition style, StyleType type)
Parameters
StyleDefinition
style
The style definition to check for linked styles. |
StyleType
type
The type of the style to look for. |
Returns
System.Boolean
Returns true if the style definition has a linked style of the specified type; otherwise, false. |