DocxDataProvider
Class
Represents a data provider for OpenXML DOCX format in Telerik's RadRichTextBox.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.OpenXml
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class DocxDataProvider : BinaryDataProviderBase
Inheritance: objectBinaryDataProviderBaseDocxDataProvider
Inherited Members
Constructors
C#
public DocxDataProvider()
Fields
DocxProperty
DependencyProperty
C#
public static readonly DependencyProperty DocxProperty
SourceProperty
DependencyProperty
C#
public static readonly DependencyProperty SourceProperty
Properties
Methods
Retrieves the attached data provider for the specified DependencyObject.
C#
public static BinaryDataProviderBase GetAttachedDataProvider(DependencyObject dependencyObject)
The DependencyObject from which to retrieve the attached data provider.
Returns:The attached data provider associated with the specified DependencyObject.
Retrieves the source associated with the specified DependencyObject in the OpenXml format.
Sets the source of the DocxDataProvider with the specified dependency object and byte array.