Interface ITextBasedDocumentFormatProvider
Defines members for converting text based documents to/from Rad
Inherited Members
Namespace: Telerik.Windows.Documents.FormatProviders
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface ITextBasedDocumentFormatProvider : IDocumentFormatProvider
Methods
Export(RadDocument)
Exports the specified document to a System.
Declaration
string Export(RadDocument document)
Parameters
Rad The document. |
Returns
System. A System. |
Import(String)
Imports the specified System.
Declaration
RadDocument Import(string input)
Parameters
System. The string containing the document. |
Returns
Rad The generated Rad |