Class HTMLImporting
Inheritance
System.Object
HTMLImporting
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 HTMLImporting
Constructors
HTMLImporting()
Declaration
public HTMLImporting()
Methods
ConvertToDocumentAdv(Stream)
Convert the Boxes from the RootBox to the DocumentAdv
Declaration
public static DocumentAdv ConvertToDocumentAdv(Stream fileStream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | fileStream |
Returns
Type |
---|
DocumentAdv |
ConvertToDocumentAdv(String)
Declaration
public static DocumentAdv ConvertToDocumentAdv(string htmlstring)
Parameters
Type | Name | Description |
---|---|---|
System.String | htmlstring |
Returns
Type |
---|
DocumentAdv |