| 
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
Syntax
 
 
void InsertXHTML(
	string html,
	int paragraphIndex,
	int paragraphItemIndex
)
 
Sub InsertXHTML ( 
	html As String,
	paragraphIndex As Integer,
	paragraphItemIndex As Integer
)
 
void InsertXHTML(
	String^ html, 
	int paragraphIndex, 
	int paragraphItemIndex
)
 
abstract InsertXHTML : 
html : string * 
paragraphIndex : int * 
paragraphItemIndex : int -> unit 
 
 
 
Parameters
 
- 
html
 
- 
 Type:
 
System
String
 
 
- 
paragraphIndex
 
- 
 Type:
 
System
Int32
 
 
- 
paragraphItemIndex
 
- 
 Type:
 
System
Int32
 
 
 
 See Also
See Also