Class DocxDataProvider
Inherited Members
Namespace: Telerik.Windows.Documents.FormatProviders.OpenXml
Assembly: Telerik.Windows.Documents.FormatProviders.OpenXml.dll
Syntax
public class DocxDataProvider : BinaryDataProviderBase
Constructors
DocxDataProvider()
Declaration
public DocxDataProvider()
Fields
DocxProperty
Declaration
public static readonly DependencyProperty DocxProperty
Field Value
System.Windows.DependencyProperty
|
SourceProperty
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Docx
Gets or sets the current document as HTML
Declaration
public IList<byte> Docx { get; set; }
Property Value
System.Collections.Generic.IList<System.Byte>
|
Methods
GetAttachedDataProvider(DependencyObject)
Declaration
public static BinaryDataProviderBase GetAttachedDataProvider(DependencyObject dependencyObject)
Parameters
System.Windows.DependencyObject
dependencyObject
|
Returns
BinaryDataProviderBase
|
GetSource(DependencyObject)
Declaration
public static IList<byte> GetSource(DependencyObject dependencyObject)
Parameters
System.Windows.DependencyObject
dependencyObject
|
Returns
System.Collections.Generic.IList<System.Byte>
|
SetSource(DependencyObject, IList<Byte>)
Declaration
public static void SetSource(DependencyObject dependencyObject, IList<byte> sourceValue)
Parameters
System.Windows.DependencyObject
dependencyObject
|
System.Collections.Generic.IList<System.Byte>
sourceValue
|