Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Description

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

C#
vb.net

Values

Name

Description

Process

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

Skip

Instructs HTMLToWord to ignore this tag and all of its sub-tags and move to the next tag at the same level (sibling).

  • No labels