ScroogeXHTML for Object Pascal 8.0
TCharacterProperties Class Reference

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
 

Detailed Description

A class which stores character properties.

Member Data Documentation

◆ Language

TCharacterProperties::Language
See also
FLanguage For reading
FLanguage For writing

◆ Underline

TCharacterProperties::Underline
See also
IsUnderline For reading
SetUnderline For writing