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 document's Normal style as the default font. 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.
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