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

THTML2TextRenderer.TitleMark

Defines the character used to delimit a title or header.

Declaration

Source position: html2textrender.pas line 63

public property THTML2TextRenderer.TitleMark : string
  read fTitleMark
  write fTitleMark;

Description

TitleMark is inserted both prior to and following a title/header found in the HTML content in the HtmlTag method. The default value is the UTF-8 character '◈' (Decimal #9672 or Hex #x25C8).


Version 4.0 Generated 2025-05-03 Home