|
ScroogeXHTML for Object Pascal 8.2
|
A class which stores character properties. More...
Inherits TObject.
Public Member Functions | |
| CopyFrom (const TCharacterProperties CP) | |
| Copy properties. | |
| TCharacterProperties | Clone () |
| Clone Self. | |
| Boolean | IsBold () |
| Getter for Bold. | |
| Boolean | IsItalic () |
| Getter for Italic. | |
| Boolean | IsUnderline () |
| Getter for Underline. | |
| Boolean | IsStrike () |
| Getter for Strike. | |
Public Attributes | |
| TDirection | Direction |
| Text direction (ltr/rtl) | |
| string | FontName |
| Font name. | |
| string | FontColor |
| Font color in hex code. | |
| string | FontBGColor |
| Background color in hex code. | |
| string | FontHLColor |
| Hilight color in hex code. | |
| TFontstyles | FontStyle |
| Font style. | |
| Integer | FontSize |
| Font size in points. | |
| TCharset | FontCharSet |
| Font character set. | |
| TVerticalAlignment | VerticalAlignment |
| vertical alignment | |
| string | Language |
| Boolean | Underline |
A class which stores character properties.
| TCharacterProperties::Language |
| TCharacterProperties::Underline |