JVCL Help:TJvRichEditParaAttributesRec

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Stores paragraph attributes.

run\JvRichEditToHtml.pas


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.

run\JvRichEditToHtml.pas


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.

run\JvRichEditToHtml.pas


See Also

TJvParaAttributesRecTJvRichEditToHtml.ConvertToHtmlStrings

run\JvRichEditToHtml.pas


About

Navigation

run\JvRichEditToHtml.pas



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