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}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:vb.net}
Public NotInheritable Enum HTMLTagAction
	End Enum
{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\).|