ScroogeXHTML for Delphi  7.1
TSxOptionsOptimize Class Reference

Properties for optimization. More...

Inheritance diagram for TSxOptionsOptimize:
TSxOptions

Public Member Functions

 TSxOptionsOptimize (TComponent AOwner)
 Constructor.
 
- Public Member Functions inherited from TSxOptions
 TSxOptions (TComponent AOwner)
 Constructor.
 

Public Attributes

string DefaultFontColor
 Use this property to optimize the HTML code generation. More...
 
string DefaultFontName
 Use this property to optimize the HTML code generation. More...
 
Integer DefaultFontSize
 Use this property to optimize the HTML code generation. More...
 
Boolean IncludeDefaultFontStyle
 Use this property to optimize the HTML code generation. More...
 

Detailed Description

Properties for optimization.

Member Data Documentation

◆ DefaultFontColor

string TSxOptionsOptimize::DefaultFontColor

Use this property to optimize the HTML code generation.

See also
DefaultFontName
DefaultFontSize
IncludeDefaultFontStyle
FDefaultFontColor For reading
FDefaultFontColor For writing

◆ DefaultFontName

string TSxOptionsOptimize::DefaultFontName

Use this property to optimize the HTML code generation.

See also
DefaultFontColor
DefaultFontSize
IncludeDefaultFontStyle
FDefaultFontName For reading
FDefaultFontName For writing

◆ DefaultFontSize

Integer TSxOptionsOptimize::DefaultFontSize

Use this property to optimize the HTML code generation.

See also
DefaultFontColor
DefaultFontName
IncludeDefaultFontStyle
FDefaultFontSize For reading
FDefaultFontSize For writing

◆ IncludeDefaultFontStyle

Boolean TSxOptionsOptimize::IncludeDefaultFontStyle

Use this property to optimize the HTML code generation.

See also
DefaultFontColor
DefaultFontName
DefaultFontSize
FIncludeDefaultFontStyle For reading
FIncludeDefaultFontStyle For writing