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

THTML2TextRenderer.ListItemMark

Represents a list item in the plain text output.

Declaration

Source position: html2textrender.pas line 67

public property THTML2TextRenderer.ListItemMark : string
  read fListItemMark
  write fListItemMark;

Description

ListItemMark is a String property which contains the character(s) inserted before a HTML LI tag. The value is added to the plain text output for the renderer in the HtmlTag method.


Version 4.0 Generated 2025-05-03 Home