Page tree
Skip to end of metadata
Go to start of metadata

Description

Processes the XHTML string and inserts it into the specified Word document as formatted text after the given WordWriter Element using the given NamedStyle. Returns the last Element inserted into the document.

C#
vb.net

Parameters

xhtml
A well-formed fragment of an xhtml document.
doc
a WordWriter document object into which content will be inserted.
style
(Optional) a user-specified WordWriter style that contains the font to use when inserting text.
insertAfterElement
The WordWriter element after which the contents of the xhtml will be inserted.

Returns

The last Element inserted into the document.

Examples

C#
vb.net
  • No labels