Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2009.05.31;
Скачать: CL | DM;

Вниз

Скорректировать описание RE_LineSpacing и RE_SpacingRule   Найти похожие ветки 

 
=BuckLr= ©   (2008-01-27 13:38) [0]

Прошу Владимира Кладова поправить описания методов richedit RE_LineSpacing и RE_SpacingRule. В оригинале эти методы описаны так:
(8014)property RE_LineSpacing: Integer index 8 or PFM_LINESPACING read REGetSpacing write RESetSpacing;
     {* |<#richedit>
        Linespacing in paragraph (this value is based on RE_SpacingRule property). }
     property RE_SpacingRule: Integer read REGetSpacingRule write RESetSpacingRule;
     {* |<#richedit>
        Linespacing rule. Do not know what is it. }

Это не очень понятно, поэтому прошу заменить изложенные выше описания на эти (взято из MSDN  минимальными корректировками для KOL):
     property RE_LineSpacing: Integer index 8 or PFM_LINESPACING read REGetSpacing write RESetSpacing;
     {* |<#richedit>
        Spacing between lines. For a description of how this value is interpreted, see the RE_SpacingRule property. }
     property RE_SpacingRule: Integer read REGetSpacingRule write RESetSpacingRule;
     {* |<#richedit>
        Type of line spacing. This property can be one of the following values.

        0 - Single spacing. The RE_LineSpacing is ignored.
        1 - One-and-a-half spacing. The RE_LineSpacing is ignored.
        2 - Double spacing. The  RE_LineSpacing is ignored.
        3 - The RE_LineSpacing specifies the spacing from one line to the next, in twips. However, if RE_LineSpacing specifies a value that is less than single spacing, the control displays single-spaced text.
        4 - The RE_LineSpacing specifies the spacing from one line to the next, in twips. The control uses the exact spacing specified, even if RE_LineSpacing specifies a value that is less than single spacing.
        5 - The value of RE_LineSpacing / 20 is the spacing, in lines, from one line to the next. Thus, setting RE_LineSpacing to 20 produces single-spaced text, 40 is double spaced, 60 is triple spaced, and so on. }


 
=BuckLr= ©   (2008-01-27 13:41) [1]


> описания методов

свойств, пардон :)



Страницы: 1 вся ветка

Текущий архив: 2009.05.31;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.012 c
2-1239942805
товарищ вася
2009-04-17 08:33
2009.05.31
Вопрос про объявление


15-1238485697
Галинка
2009-03-31 11:48
2009.05.31
маленький вопросик про xampp


4-1188989858
Cj
2007-09-05 14:57
2009.05.31
Как получить путь к файлу...


2-1239879647
NieL
2009-04-16 15:00
2009.05.31
TStrings -> метод GetDelimitedText свойства DelimitedText


2-1239329769
trueTRIx
2009-04-10 06:16
2009.05.31
Как заменить курсор на свой