Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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#
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}{signature:vb.net
vb.net
}
Public Class HTMLInsertProperties
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

...

{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

...

DefaultFont

...

=true}|
|[DefaultFont|HTMLToWord.HTMLInsertProperties.DefaultFont

...

]|{excerpt-include:HTMLToWord.HTMLInsertProperties.DefaultFont

...

|nopanel

...

IncludeContentsOfUnknownTags

...

=true}|
|[IncludeContentsOfUnknownTags|HTMLToWord.HTMLInsertProperties.IncludeContentsOfUnknownTags

...

]|{excerpt-include:HTMLToWord.HTMLInsertProperties.IncludeContentsOfUnknownTags

...

|nopanel

...

=true}|