JVCL Help:TJvTextAttributes

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvTextAttributes
run\JvRichEdit.pas


Summary

Represents the font characteristics of a section of text in a rich edit control.

run\JvRichEdit.pas


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.

run\JvRichEdit.pas


See Also

TJvRichEdit

run\JvRichEdit.pas


About

Navigation

run\JvRichEdit.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