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