Click or drag to resize

BodyInsertXHTML Method (String, Int32, Int32)

Inserts html. Inserting begins from paragraph specified by paragraphIndex, and paragraph item specified by paragraphItemIndex

Namespace:  Spire.Doc
Assembly:  Spire.Doc (in Spire.Doc.dll) Version: 9.10.0.0 (9.10.0.3040)
Syntax
public void InsertXHTML(
	string html,
	int paragraphIndex,
	int paragraphItemIndex
)

Parameters

html
Type: SystemString
paragraphIndex
Type: SystemInt32
paragraphItemIndex
Type: SystemInt32

Implements

IBodyInsertXHTML(String, Int32, Int32)
See Also