Click or drag to resize

ParagraphAppendHTML Method

Appends the HTML.

Namespace:  Spire.Doc.Documents
Assembly:  Spire.Doc (in Spire.Doc.dll) Version: 9.10.0.0 (9.10.0.3040)
Syntax
public void AppendHTML(
	string html
)

Parameters

html
Type: SystemString
The HTML.

Implements

IParagraphAppendHTML(String)
See Also