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

THTML2TextRenderer.IndentStep

Increment (in spaces) for each nested HTML level.

Declaration

Source position: html2textrender.pas line 70

public property THTML2TextRenderer.IndentStep : Integer
  read fIndentStep
  write fIndentStep;

Description

IndentStep contains the number of spaces included at the start a line each time a new Indent level is set for the renderer. The default value for the property is 2 (characters) per Indent level as assigned in the Create constructor.

Version info

Added in LazUtils version 4.0.


Version 4.0 Generated 2025-05-03 Home