ScroogeXHTML for Delphi  6.7
 All Classes Functions Variables Pages
TCharacterProperties Class Reference

TFontOption A class which stores character properties. More...

Inheritance diagram for TCharacterProperties:

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
 

Detailed Description

TFontOption A class which stores character properties.

Member Function Documentation

TCharacterProperties TCharacterProperties::Clone ( )

Clone Self.

Referenced by TSxWriter::CloneCharacterProperties().

Member Data Documentation

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

Referenced by TSxWriter::SetCharacterProperties().

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