IBody
InsertXHTML Method (String)
|
Inserts html at end of text body.
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
)
Sub InsertXHTML (
html As String
)
void InsertXHTML(
String^ html
)
abstract InsertXHTML :
html : string -> unit
Parameters
-
html
-
Type:
System
String
See Also