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

Type for user-defined delegate method called by HTMLToWord before inserting an element.

Signature
C#
C#

<p> public delegate HTMLTagAction InsertElementDelegate(SoftArtisans.OfficeWriter.WordWriter.Document doc, SoftArtisans.OfficeWriter.WordWriter.Element insertAfterElement, System.Xml.XmlNode node);
{signature}{signature:</p>
} Public
Signature
vb.net
vb.net

<p>Public Delegate Function InsertElementDelegate(ByVal doc As SoftArtisans.OfficeWriter.WordWriter.Document, ByVal insertAfterElement As SoftArtisans.OfficeWriter.WordWriter.Element, ByVal node As System.Xml.XmlNode) As HTMLTagAction
{signature}
HTMLTagAction</p>