trichview.support
Re: Line Spacing |
Author |
Message |
Sergey Tkachenko |
Posted: 05/16/2003 16:18:49 Yes, set LineSpacing property of paragraph style to 150, 200, 300. If you want to apply line spacing to the selected paragraph in editor: 1) If you use RichViewActions (http://www.trichview.com/resources/actions/), you can use the following actions: TrvActionParagraph (has dialog for paragraph attributes, including line spacing) TrvActionLineSpacing100 (applies single line spacing) TrvActionLineSpacing150(applies 1.5 line spacing) TrvActionLineSpacing200(applies double line spacing) 2) If you do not use RichViewActions, use ApplyParaStyleConversion method (example of using this method: Demos\Delphi\Editors\Editor 2\) > > Hi there: > I am just trying out TRichView and was wondering if there is a way to adjust > the line spacing to 1.5, double and triple spaced. I am running Delphi7 on > Win98. > > Thanks, > Iyun |
Powered by ABC Amber Outlook Express Converter