![]() |
ScroogeXHTML for Delphi
6.7
|
TFontOption A class which stores character properties. More...
Public Member Functions | |
CopyFrom (const TCharacterProperties CP) | |
Copy properties. | |
TCharacterProperties | Clone () |
Clone Self. More... | |
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 |
TFontOption A class which stores character properties.
TCharacterProperties TCharacterProperties::Clone | ( | ) |
Clone Self.
Referenced by TSxWriter::CloneCharacterProperties().
TCharacterProperties::Language |
Referenced by TSxWriter::SetCharacterProperties().
TCharacterProperties::Underline |