TrvActionParaList.IndentStep |
Top Previous Next |
|
Defines the step for increasing LeftIndent and MarkerIndent of list levels. property IndentStep: TRVStyleLength; This value is measured in TRVAControlPanel.UnitsProgram. This property is used: •in an HTML-style list&numbering dialog (if RVAControlPanel.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: |