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
HTMLInsertProperties</p>
Signature
vb.net
vb.net
Public<p>Public Class HTMLInsertProperties
HTMLInsertProperties</p>
Remarks

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

...

Name

Description

AcceptUnknownTags

Excerpt Include
WW8:HTMLToWord.HTMLInsertProperties.AcceptUnknownTagsWW8:
HTMLToWord.HTMLInsertProperties.AcceptUnknownTags
nopaneltrue

DefaultFont

Excerpt Include
WW8:HTMLToWord.HTMLInsertProperties.DefaultFontWW8:
HTMLToWord.HTMLInsertProperties.DefaultFont
nopaneltrue

IncludeContentsOfUnknownTags

Excerpt Include
WW8:HTMLToWord.HTMLInsertProperties.IncludeContentsOfUnknownTagsWW8:
HTMLToWord.HTMLInsertProperties.IncludeContentsOfUnknownTags
nopaneltrue