Click or drag to resize

IBody InsertXHTML Method (String, Int32)

Inserts html begins from paragraph specified by paragraphIndex.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
void InsertXHTML(
	string html,
	int paragraphIndex
)

Parameters

html
Type: System String
paragraphIndex
Type: System Int32
See Also