Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Return value from the user-supplied InsertElementDelegate delegate method. Controls how HTMLToWord handles an XHTML tag.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Return value from the user\-supplied [InsertElementDelegate|HTMLToWord.InsertElementDelegate] delegate method. Controls how HTMLToWord handles an XHTML tag.{excerpt}
{signature:C#}
 public sealed enum HTMLTagAction
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Enum HTMLTagAction
	End Enum
Values

...

Name

...

Description

...

Instructs HTMLToWord to insert the contents of this tag and all of its sub-tags.

...

{signature}
{values}
||Name||Description||
|{anchor:Process}Process|Instructs HTMLToWord to insert the contents of this tag and all of its sub\-tags.|
|{anchor:Skip}Skip|Instructs HTMLToWord to ignore this tag and all of its sub\-tags and move to the next tag at the same level \(sibling\).|