| ImageEn, unit iexRichEdit |
|
TIEParaAttributes.HeadingStyle
Declaration
property HeadingStyle: TIEHeadingStyle;
Description
Specify the heading style for the paragraph (None, Heading 1 through Heading 9).
Example
// Format the current paragraph as Heading 1
IERichEdit1.Paragraph.HeadingStyle := hsHeading1;