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

THTML2TextRenderer.IndentStep

Number of space characters used for each indentation level in the plain text output.

Declaration

Source position: html2textrender.pas line 68

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

Description

IndentStep is an Integer property used to indicate the number of space characters generated for each indentation level in the plain text output for the renderer. The default value for the property is 2, and is used in the implementation of the AddOutput method.