JVCL Help:TJvTextAttributes
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTextAttributes Class
[+] JvRichEdit.pas Classes
[+] TJvTextAttributes Methods
[+] TJvTextAttributes Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvTextAttributes
run\JvRichEdit.pas
Summary
Represents the font characteristics of a section of text in a rich edit control.
Pascal
run\JvRichEdit.pas
TJvTextAttributes = class(TPersistent);
Description
TJvTextAttributes is a wrapper for the CHARFORMAT2 structure, that contains information about character formatting in a rich edit control. The TJvTextAttributes class is an extension of the TTextAttributes class, i.e., it can do the same and more:
New properties that affects the text represented by the TJvTextAttributes:
Property | Description |
BackColor | Sets the background color of the text. |
Disabled | Enables or disables the text. If the text is disabled, it can't be changed by the user. |
Hidden | Hides the text for the user. |
Link | Indicates whether the text is a link. If the user clicks such link an OnURLClick event is fired. |
Offset | Specifies the character Offset from the baseline, in points. |
RevAuthorIndex | Identifies the author making a revision. |
SubscriptStyle | Changes the text's font to normal, superscript or subscript. |
UnderlineType | Underlines the text. |
See Also
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