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
Wiki Markup
{description}
{excerpt}The [HTMLInsertProperties|HTMLToWord.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.{excerpt}
{signature:C#}
 public class HTMLInsertProperties
{signature}{signature:vb.net}
Public Class HTMLInsertProperties
{signature}
{remarks}You can not create an {{HTMLInsertProperties}} object.  You must obtain the existing object from the HTMLToWord object by getting [HTMLToWord.InsertProperties|HTMLToWord.InsertProperties].

{remarks}
{properties}
||Name||Description||
|[AcceptUnknownTags|HTMLToWord.HTMLInsertProperties.AcceptUnknownTags]|{excerpt-include:HTMLToWord.HTMLInsertProperties.AcceptUnknownTags|nopanel=true}|
|[DefaultFont|HTMLToWord.HTMLInsertProperties.DefaultFont]|{excerpt-include:HTMLToWord.HTMLInsertProperties.DefaultFont|nopanel=true}|
|[IncludeContentsOfUnknownTags|HTMLToWord.HTMLInsertProperties.IncludeContentsOfUnknownTags]|{excerpt-include:HTMLToWord.HTMLInsertProperties.IncludeContentsOfUnknownTags|nopanel=true}|