ScroogeXHTML for Object Pascal 9.2
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.
 
 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
 Language.
 
SxTypes 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.

◆ SetUnderline()

TCharacterProperties::SetUnderline ( const Boolean Value)

Setter for Underline.

Member Data Documentation

◆ Direction

TDirection TCharacterProperties::Direction

Text direction (ltr/rtl)

See also
FDirection For reading
SetDirection For writing

◆ FontBGColor

string TCharacterProperties::FontBGColor

Background color in hex code.

See also
FFontBGColor For reading
SetFontBGColor For writing

◆ FontCharSet

TCharset TCharacterProperties::FontCharSet

Font character set.

See also
FFontCharSet For reading
SetFontCharSet For writing

◆ FontColor

string TCharacterProperties::FontColor

Font color in hex code.

See also
FFontColor For reading
SetFontColor For writing

◆ FontHLColor

string TCharacterProperties::FontHLColor

Hilight color in hex code.

See also
FFontHLColor For reading
SetFontHLColor For writing

◆ FontName

string TCharacterProperties::FontName

Font name.

See also
FFontName For reading
SetFontName For writing

◆ FontSize

Integer TCharacterProperties::FontSize

Font size in points.

See also
FFontSize For reading
SetFontSize For writing

◆ FontStyle

TFontstyles TCharacterProperties::FontStyle

Font style.

See also
FFontStyle For reading
SetFontStyle For writing

◆ Language

string TCharacterProperties::Language

Language.

See also
FLanguage For reading
FLanguage For writing

◆ VerticalAlignment

SxTypes TCharacterProperties::VerticalAlignment

Vertical alignment.

See also
FVerticalAlignment For reading
SetVerticalAlignment For writing