| ImageEn, unit iexRichEdit |
|
TIEParaAttributes.FirstIndent
Declaration
property FirstIndent: Longint;
Description
Specify the indentation of the first line of the paragraph in points (1/72 of an inch). This value is relative to the
LeftIndent.
Example
// Indent the first line by 0.5 inches
// const Points_Per_Inch = 72;
IERichEdit1.Paragraph.FirstIndent := Round(0.5 * Points_Per_Inch);
See Also
◼LeftIndent
◼RightIndent