Unit 'HTML2TextRender' Package
[Overview][Classes][Procedures and functions][Index] [#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.4 Generated 2025-11-08 Home