JVCL Help:TJvRichEditParaAttributesRec
JVCL Help: TJvRichEditParaAttributesRec type
Search in JVCL Help
Search in all projectsSummary
Stores paragraph attributes.
Pascal
run\JvRichEditToHtml.pas
TJvRichEditParaAttributesRec = record
Alignment: TParaAlignment;
Numbering: TJvNumbering;
end;
Members
Members | Description |
Alignment: TParaAlignment; | Indicates the paragraph alignment for RTF content in a rich edit control. |
Numbering: TJvNumbering; | Indicates the paragraph numbering for RTF content in a rich edit control. |
Description
TJvRichEditParaAttributesRec is a record type used to store paragraph attributes for RTF-encoded values in a TJvRichEdit control.
Use the Alignment and Numbering members to access or update the text alignment and numbering styles for content occurring in the paragraph.
TJvRichEditParaAttributesRec is similar to TJvParaAttributesRec.
TJvParaAttributesRec and TJvRichEditParaAttributesRec are used in methods in the TJvRichEditToHtml component when converting RTF content to HTML.
See Also
TJvParaAttributesRecTJvRichEditToHtml.ConvertToHtmlStrings
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page