Table of Contents |
---|
Use the HTMLToWord object to insert well-formed HTML (XHTML) text into a WordWriter Documentobject. You can specify a style to use when inserting text or use the document's default style. You can also specify whether to insert text after a specific element or at the end of a document.
The contents of HTML tags not listed on the supported tags page may be inserted into the document as plain text. The behavior is dependent on the settings of the AcceptUnknownTags and IncludeContentsOfUnknownTags properties found in the HTMLInsertProperties property container.
For an overview of how to use the HTMLToWord object, see Using HTMLToWord.
Examples:
HTMLToWord Constants
Name | Description |
---|---|
HTMLToWord.Delegates.InsertElementDelegate | Type for user-defined delegate method called by HTMLToWord before inserting an element. |
HTMLToWord.Delegates.FormatElementDelegate | Type for user-defined delegate method called by HTMLToWord after inserting an element. |
HTMLToWord.Delegates.GetImageDelegate | Type for user-defined delegate method called by HTMLToWord when an HTML img tag is encountered. |
HTMLToWord Enumerations
Name | Description |
---|---|
Return value from the user-supplied InsertElementDelegate delegate method | |
A LoggingLevel value specified the amount of information written to the log file |
HTMLToWord Properties
Property | Type | Access | Description |
---|---|---|---|
read | Sets the amount of information written to the debug log file | ||
FormatElementDelegate | read | User-assigned delegate method that is called after HTMLToWord inserts an Element into the Word document | |
GetImageDelegate | read | User-assigned delegate method that allows users to provide an implementation for retrieving the contents of an image and passing it back to HTMLToWord for insertion into a document | |
InsertElementDelegate | read | A user-assigned delegate method that HTMLToWord calls before it processes an XHTML tag | |
read | Contains settings that control how unsupported HTML tags are treated and provides an override to the default font used when inserting text into the document. | ||
String | read | The full path to the HTMLToWord debug log file |
HTMLToWord Methods
Returns | Signature and Description |
---|---|
HTMLToWord.InsertHTML(String, Document) | |
HTMLToWord.InsertHTML(String, Document, Element) | |
HTMLToWord.InsertHTML(String, Document, NamedStyle, Element) |