Click or drag to resize

Body InsertXHTML 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: 13.2.3.0 (13.2.3.3046)
Syntax
public void InsertXHTML(
	string html,
	int paragraphIndex,
	int paragraphItemIndex
)

Parameters

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

Implements

IBody InsertXHTML(String, Int32, Int32)
See Also