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

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

Signature
C#
C#
 public sealed enum HTMLTagAction
{signature}{signature:
}
Signature
vb.net
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\).|
Values

Name

Description

Anchor
Process
Process
Process

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

Anchor
Skip
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).