[Overview][Classes][Procedures and functions][Index] Reference for unit 'HTML2TextRender' (#lazutils)

THTML2TextRenderer.MoreMark

Indicates that the plain text output is truncated due to a line limit restriction.

Declaration

Source position: html2textrender.pas line 67

public property THTML2TextRenderer.MoreMark : string
  read fMoreMark
  write fMoreMark;

Description

The default value for the property is three (3) Period ('.') characters - NOT an Ellipsis character. The value is added to the plain text output for the renderer when the maximum number of lines has been exceeded in the AddOutput method.