Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

The HTMLInsertProperties object is a container for properties that control the behavior of HTMLToWord. You can control how HTMLToWord handles HTML tags that it does not explicitly support, as well as set the default font used when inserting text into the Word document.

Signature
C#
C#
<p> public class HTMLInsertProperties</p>
Signature
vb.net
vb.net
<p>Public Class HTMLInsertProperties</p>
Remarks

You can not create an HTMLInsertProperties object. You must obtain the existing object from the HTMLToWord object by getting HTMLToWord.InsertProperties.

Properties

Name

Description

AcceptUnknownTags

Excerpt Include
HTMLToWord.HTMLInsertProperties.AcceptUnknownTags
HTMLToWord.HTMLInsertProperties.AcceptUnknownTags
nopaneltrue

DefaultFont

Excerpt Include
HTMLToWord.HTMLInsertProperties.DefaultFont
HTMLToWord.HTMLInsertProperties.DefaultFont
nopaneltrue

IncludeContentsOfUnknownTags

Excerpt Include
HTMLToWord.HTMLInsertProperties.IncludeContentsOfUnknownTags
HTMLToWord.HTMLInsertProperties.IncludeContentsOfUnknownTags
nopaneltrue