Class TextExporting
Inheritance
System.Object
TextExporting
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Syntax
public class TextExporting
Constructors
TextExporting()
Declaration
public TextExporting()
Methods
ConvertToText(DocumentAdv)
Returns the Text string from the DocumentAdv
Declaration
public static string ConvertToText(DocumentAdv document)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentAdv | document |
Returns
| Type |
|---|
| System.String |
ConvertToText(DocumentAdv, Stream)
Returns the Text string from the DocumentAdv and Stream
Declaration
public static string ConvertToText(DocumentAdv textContent, Stream textStream)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentAdv | textContent | |
| System.IO.Stream | textStream |
Returns
| Type |
|---|
| System.String |