ScroogeXHTML for Object Pascal 8.5
Loading...
Searching...
No Matches
TCharacterProperties Class Reference

A class which stores character properties. More...

Inheritance diagram for TCharacterProperties:

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.
 

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
 
Boolean Underline
 
TVerticalAlignment VerticalAlignment
 vertical alignment
 

Detailed Description

A class which stores character properties.

Member Function Documentation

◆ Clone()

TCharacterProperties TCharacterProperties::Clone ( )

Clone Self.

◆ CopyFrom()

TCharacterProperties::CopyFrom ( const TCharacterProperties CP)

Copy properties.

◆ IsBold()

Boolean TCharacterProperties::IsBold ( )

Getter for Bold.

◆ IsItalic()

Boolean TCharacterProperties::IsItalic ( )

Getter for Italic.

◆ IsStrike()

Boolean TCharacterProperties::IsStrike ( )

Getter for Strike.

◆ IsUnderline()

Boolean TCharacterProperties::IsUnderline ( )

Getter for Underline.

Member Data Documentation

◆ Direction

TDirection TCharacterProperties::Direction

Text direction (ltr/rtl)

◆ FontBGColor

string TCharacterProperties::FontBGColor

Background color in hex code.

◆ FontCharSet

TCharset TCharacterProperties::FontCharSet

Font character set.

◆ FontColor

string TCharacterProperties::FontColor

Font color in hex code.

◆ FontHLColor

string TCharacterProperties::FontHLColor

Hilight color in hex code.

◆ FontName

string TCharacterProperties::FontName

Font name.

◆ FontSize

Integer TCharacterProperties::FontSize

Font size in points.

◆ FontStyle

TFontstyles TCharacterProperties::FontStyle

Font style.

◆ Language

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

◆ Underline

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

◆ VerticalAlignment

TVerticalAlignment TCharacterProperties::VerticalAlignment

vertical alignment