<< Click to display table of contents >> TrvActionParaList.IndentStep |
Defines the step for increasing LeftIndent and MarkerIndent of list levels.
property IndentStep: TRVStyleLength;
This value is measured in GetControlPanel.UnitsProgram.
This property is used:
•in an HTML-style list&numbering dialog (if GetControlPanel.UserInterface=rvauiHTML); this dialog creates a paragraph list with MarkerIndent = level*IndentStep, LeftIndent = (level+1)*IndentStep;
•in a general-style dialog, to adjust indents of a predefines set of styles (indents are adjusted when this action is executed for the first time).
Default value:
24
This default value assumes that this property is measured in pixels. For twips, this value may be too small.
See also: