Class HTMLConverter
Summary description for HTMLConverter.
Inheritance
System.Object
HTMLConverter
Implements
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.HTMLToDLS
Assembly: Syncfusion.HTMLToDLS.Base.dll
Syntax
public class HTMLConverter : IHtmlConverter
Constructors
HTMLConverter()
Declaration
public HTMLConverter()
Methods
AppendToTextBody(ITextBody, String, Int32, Int32)
Declaration
public void AppendToTextBody(ITextBody dlsTextBody, string html, int paragraphIndex, int paragraphItemIndex)
Parameters
Type | Name | Description |
---|---|---|
ITextBody | dlsTextBody | |
System.String | html | |
System.Int32 | paragraphIndex | |
System.Int32 | paragraphItemIndex |