Class TextFormatProvider
Provides functionality to export RadFixedDocument to text.
Inheritance
System.Object
TextFormatProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.FormatProviders.Text
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class TextFormatProvider
Constructors
TextFormatProvider()
Declaration
public TextFormatProvider()
Methods
Export(RadFixedDocument)
Exports the specified document as text.
Declaration
public string Export(RadFixedDocument document)
Parameters
RadFixedDocument
document
The document to export. |
Returns
System.String
The text, that is extracted from the RadFixedDocument. |
Export(RadFixedDocument, TextFormatProviderSettings)
Exports the specified document as text.
Declaration
public string Export(RadFixedDocument document, TextFormatProviderSettings settings)
Parameters
RadFixedDocument
document
The document to export. |
TextFormatProviderSettings
settings
The settings. |
Returns
System.String
The text, that is extracted from the RadFixedDocument. |