Appends the HTML.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void AppendHTML(
	string html
)
Public Sub AppendHTML ( 
	html As String
)
public:
virtual void AppendHTML(
	String^ html
) sealed
abstract AppendHTML : 
        html : string -> unit 
override AppendHTML : 
        html : string -> unit 

Parameters

html
String
The HTML.

Implements

IParagraph..::..AppendHTML(String)

See Also