Alterian Email Manager 6.2.3 SDK Help File
HTMLWordWrap exposes a WrapText method that is made to wrap lines at or before a specified length, keeping HTML tags intact.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic class HTMLWordWrap
Public Class HTMLWordWrap
public ref class HTMLWordWrap
type HTMLWordWrap = class end
DMLibrary.HTMLWordWrap = function();
Type.createClass(
'DMLibrary.HTMLWordWrap');
The HTMLWordWrap type exposes the following members.
Constructors | Name | Description |
---|
 | HTMLWordWrap | Initializes a new instance of the HTMLWordWrap class |
Top
Methods | Name | Description |
---|
  | WrapText |
WrapText will wrap lines after the last space, tab, or HTML tag found in each line.
|
Top
See Also