ScroogeXHTML for Delphi  6.8
 All Classes Functions Variables Pages
TSxOptionsOptimize Class Reference

Properties for optimization. More...

Inheritance diagram for TSxOptionsOptimize:
TSxOptions

Public Member Functions

 SetDefaultFontColor (const string Value)
 
 SetDefaultFontName (const string Value)
 
 SetDefaultFontSize (const Integer Value)
 
 TSxOptionsOptimize (TComponent AOwner)
 Constructor.
 
- Public Member Functions inherited from TSxOptions
 TSxOptions (TComponent AOwner)
 Constructor.
 

Public Attributes

Boolean strict
 
string FDefaultFontColor
 
string FDefaultFontName
 
Integer FDefaultFontSize
 
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

string TSxOptionsOptimize::DefaultFontColor

Use this property to optimize the HTML code generation.

See also
DefaultFontName
DefaultFontSize
IncludeDefaultFontStyle
FDefaultFontColor For reading
SetDefaultFontColor For writing

Referenced by TSxBase::TextElementToXHTML(), and TSxOptionsOptimize().

string TSxOptionsOptimize::DefaultFontName

Use this property to optimize the HTML code generation.

See also
DefaultFontColor
DefaultFontSize
IncludeDefaultFontStyle
FDefaultFontName For reading
SetDefaultFontName For writing

Referenced by TSxBase::TextElementToXHTML(), and TSxOptionsOptimize().

Integer TSxOptionsOptimize::DefaultFontSize

Use this property to optimize the HTML code generation.

See also
DefaultFontColor
DefaultFontName
IncludeDefaultFontStyle
FDefaultFontSize For reading
SetDefaultFontSize For writing

Referenced by TSxBase::TextElementToXHTML(), and TSxOptionsOptimize().

Boolean TSxOptionsOptimize::IncludeDefaultFontStyle

Use this property to optimize the HTML code generation.

See also
DefaultFontColor
DefaultFontName
DefaultFontSize
FIncludeDefaultFontStyle For reading
FIncludeDefaultFontStyle For writing

Referenced by TSxBase::ReplaceFont(), and TSxBase::TextElementToXHTML().