eDosStation/lib/RCWPF/2025.4.1111.462/Telerik.Windows.Documents.FormatProviders.OpenXml.xml
Luc Vandenbroucke be94e61bdd telerik upgrade
2026-01-07 15:51:10 +01:00

174 lines
9.2 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>Telerik.Windows.Documents.FormatProviders.OpenXml</name>
</assembly>
<members>
<member name="P:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.Import.DrawingML.DrawingInlineInfo.Width">
<summary>
Gets or sets the width.
</summary>
</member>
<member name="P:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.Import.DrawingML.DrawingInlineInfo.Height">
<summary>
Gets or sets the height.
</summary>
</member>
<member name="P:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.Import.DrawingML.DrawingInlineInfo.RotateAngle">
<summary>
Gets or sets the angle at which the object should be rotated.
</summary>
</member>
<member name="P:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.Import.DrawingML.DrawingInlineInfo.Size">
<summary>
Gets or sets the size.
</summary>
</member>
<member name="T:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.Import.AnnotationRangeEndInfo">
<summary>
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.
</summary>
</member>
<member name="P:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.Import.AnnotationRangeEndInfo.AnnotationID">
<summary>
Gets or sets the unique identifier for the annotation range end.
</summary>
<value>
A string that represents the annotation ID.
</value>
</member>
<member name="T:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.Import.BookmarkRangeStartInfo">
<summary>
Represents the starting point of a bookmark range in a DOCX document.
</summary>
</member>
<member name="P:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.Import.BookmarkRangeStartInfo.BookmarkName">
<summary>
Gets the name of the bookmark associated with the range start.
</summary>
</member>
<member name="P:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.Import.BookmarkRangeStartInfo.AnnotationID">
<summary>
Gets the unique identifier for the annotation associated with the bookmark range start.
</summary>
<value>
The unique identifier for the annotation, or null if no annotation is associated.
</value>
</member>
<member name="T:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.Import.PermissionRangeStartInfo">
<summary>
Represents the starting point of a permission range in a document imported from OpenXML format.
</summary>
</member>
<member name="P:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.Import.PermissionRangeStartInfo.AnnotationID">
<summary>
Gets the annotation ID associated with the permission range start information.
</summary>
<value>
The unique identifier for the annotation.
</value>
</member>
<member name="P:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.Import.PermissionRangeStartInfo.PermissionInfo">
<summary>
Represents the permission information for a specific range within a document,
detailing access rights and restrictions applied to that range.
</summary>
</member>
<member name="T:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.DocxFormatProvider">
<summary>
Represents a format provider that can import and export DOCX documents from/to <see cref="T:Telerik.Windows.Documents.Model.RadDocument"/>.
</summary>
</member>
<member name="P:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.DocxFormatProvider.Name">
<summary>
Gets the name of the Docx format provider.
</summary>
</member>
<member name="P:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.DocxFormatProvider.FilesDescription">
<summary>
Represents the description of the files handled by the Docx format provider in the Telerik RadRichTextBox.
</summary>
</member>
<member name="P:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.DocxFormatProvider.SupportedExtensions">
<summary>
Gets the supported file extensions for the DOCX format.
</summary>
</member>
<member name="P:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.DocxFormatProvider.CanImport">
<summary>
Determines whether the specified document can be imported by the DocxFormatProvider.
</summary>
</member>
<member name="P:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.DocxFormatProvider.CanExport">
<summary>
Determines whether the specified document can be exported to the Open XML Docx format.
</summary>
</member>
<member name="P:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.DocxFormatProvider.ExportSettings">
<summary>
Gets or sets the export settings for the DocxFormatProvider.
</summary>
<value>
An object representing the settings used during the export process.
</value>
</member>
<member name="P:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.DocxFormatProvider.ImportSettings">
<summary>
Gets or sets the import settings for the DocxFormatProvider.
</summary>
<value>
The import settings that determine how the document is processed when imported.
</value>
</member>
<member name="M:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.DocxFormatProvider.Import(System.IO.Stream)">
<summary>
Imports a document from the specified stream in the OpenXml Docx format.
</summary>
<param name="input">The stream from which to import the document.</param>
<returns>A document representation of the imported content.</returns>
</member>
<member name="M:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.DocxFormatProvider.Export(Telerik.Windows.Documents.Model.RadDocument,System.IO.Stream)">
<summary>
Exports the specified RadDocument to a DOCX format stream.
</summary>
<param name="document">The RadDocument to be exported.</param>
<param name="output">The stream where the exported DOCX content will be written.</param>
</member>
<member name="T:Telerik.Windows.Documents.FormatProviders.OpenXml.DocxDataProvider">
<summary>
Represents a data provider for OpenXML DOCX format in Telerik's RadRichTextBox.
</summary>
</member>
<member name="P:Telerik.Windows.Documents.FormatProviders.OpenXml.DocxDataProvider.Docx">
<summary>
Gets or sets the current document as HTML
</summary>
</member>
<member name="M:Telerik.Windows.Documents.FormatProviders.OpenXml.DocxDataProvider.SetSource(System.Windows.DependencyObject,System.Collections.Generic.IList{System.Byte})">
<summary>
Sets the source of the DocxDataProvider with the specified dependency object and byte array.
</summary>
<param name="dependencyObject">The dependency object representing the document.</param>
<param name="sourceValue">A list of byte arrays to set as the source data.</param>
</member>
<member name="M:Telerik.Windows.Documents.FormatProviders.OpenXml.DocxDataProvider.GetSource(System.Windows.DependencyObject)">
<summary>
Retrieves the source associated with the specified DependencyObject in the OpenXml format.
</summary>
<param name="dependencyObject">The DependencyObject for which to retrieve the source.</param>
<returns>
The source associated with the provided DependencyObject, or null if no source is found.
</returns>
</member>
<member name="M:Telerik.Windows.Documents.FormatProviders.OpenXml.DocxDataProvider.GetAttachedDataProvider(System.Windows.DependencyObject)">
<summary>
Retrieves the attached data provider for the specified <see cref="T:System.Windows.DependencyObject"/>.
</summary>
<param name="dependencyObject">The <see cref="T:System.Windows.DependencyObject"/> from which to retrieve the attached data provider.</param>
<returns>
The attached data provider associated with the specified <see cref="T:System.Windows.DependencyObject"/>.
</returns>
</member>
</members>
</doc>