Telerik.Windows.Documents.FormatProviders.OpenXml Represents a data provider for OpenXML DOCX format in Telerik's RadRichTextBox. Gets or sets the current document as HTML Sets the source of the DocxDataProvider with the specified dependency object and byte array. The dependency object representing the document. A list of byte arrays to set as the source data. Retrieves the source associated with the specified DependencyObject in the OpenXml format. The DependencyObject for which to retrieve the source. The source associated with the provided DependencyObject, or null if no source is found. Retrieves the attached data provider for the specified . The from which to retrieve the attached data provider. The attached data provider associated with the specified . Represents a format provider that can import and export DOCX documents from/to . Gets the name of the Docx format provider. Represents the description of the files handled by the Docx format provider in the Telerik RadRichTextBox. Gets the supported file extensions for the DOCX format. Determines whether the specified document can be imported by the DocxFormatProvider. Determines whether the specified document can be exported to the Open XML Docx format. Gets or sets the export settings for the DocxFormatProvider. An object representing the settings used during the export process. Gets or sets the import settings for the DocxFormatProvider. The import settings that determine how the document is processed when imported. Imports a document from the specified stream in the OpenXml Docx format. The stream from which to import the document. A document representation of the imported content. Exports the specified RadDocument to a DOCX format stream. The RadDocument to be exported. The stream where the exported DOCX content will be written. Represents the end information of an annotation range in a DOCX document. This class provides details about the position and attributes of the end of an annotation. Gets or sets the unique identifier for the annotation range end. A string that represents the annotation ID. Represents the starting point of a bookmark range in a DOCX document. Gets the name of the bookmark associated with the range start. Gets the unique identifier for the annotation associated with the bookmark range start. The unique identifier for the annotation, or null if no annotation is associated. Gets or sets the width. Gets or sets the height. Gets or sets the angle at which the object should be rotated. Gets or sets the size. Represents the starting point of a permission range in a document imported from OpenXML format. Gets the annotation ID associated with the permission range start information. The unique identifier for the annotation. Represents the permission information for a specific range within a document, detailing access rights and restrictions applied to that range.