Body
InsertXHTML Method (String, Int32)
|
Inserts html. Inserting begins from paragraph specified by paragraphIndex
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
)
Public Sub InsertXHTML (
html As String,
paragraphIndex As Integer
)
public:
virtual void InsertXHTML(
String^ html,
int paragraphIndex
) sealed
abstract InsertXHTML :
html : string *
paragraphIndex : int -> unit
override InsertXHTML :
html : string *
paragraphIndex : int -> unit
Parameters
-
html
-
Type:
System
String
-
paragraphIndex
-
Type:
System
Int32
Implements
IBody
InsertXHTML(String, Int32)
See Also