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