Click or drag to resize

IBody InsertXHTML Method (String, Int32, Int32)

Inserts html beginning from paragraph specified by paragraphIndex, and after paragraph item specified by paragraphItemIndex.

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,
	int paragraphItemIndex
)

Parameters

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