Class TextImporting
Inheritance
System.Object
TextImporting
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 TextImporting
Constructors
TextImporting()
Create instance for the TextImporting.
Declaration
public TextImporting()
Methods
ConvertToDocumentAdv(Stream)
Returns the DocumentAdv from the Text input.
Declaration
public DocumentAdv ConvertToDocumentAdv(Stream textStream)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IO.Stream | textStream |
Returns
| Type |
|---|
| DocumentAdv |
ConvertToDocumentAdv(String)
Declaration
public DocumentAdv ConvertToDocumentAdv(string textstring)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | textstring |
Returns
| Type |
|---|
| DocumentAdv |