ScroogeXHTML for Delphi  6.9
TReaderProperties Class Reference

A class which stores the current reader state. More...

Inheritance diagram for TReaderProperties:

Public Member Functions

 TReaderProperties (const TCharacterProperties ACharProps, const TParagraphProperties AParProps, const TInternalState AIntState, const TRTFDestination ARTFDestination)
 create an instance with the given properties. More...
 
 ~TReaderProperties ()
 Destructor. More...
 

Public Attributes

TCharacterProperties CharProps
 Current character properties. More...
 
TParagraphProperties ParProps
 Current paragraph properties. More...
 
TInternalState InternalState
 Current internal state. More...
 
TRTFDestination RTFDestination
 Current output destination.
 

Detailed Description

A class which stores the current reader state.

Constructor & Destructor Documentation

TReaderProperties::TReaderProperties ( const TCharacterProperties  ACharProps,
const TParagraphProperties  AParProps,
const TInternalState  AIntState,
const TRTFDestination  ARTFDestination 
)

create an instance with the given properties.

References CharProps, InternalState, ParProps, and RTFDestination.

TReaderProperties::~TReaderProperties ( )

Destructor.

References CharProps, and ParProps.

Member Data Documentation

TCharacterProperties TReaderProperties::CharProps

Current character properties.

Referenced by TReaderProperties(), and ~TReaderProperties().

TInternalState TReaderProperties::InternalState

Current internal state.

Referenced by TReaderProperties().

TParagraphProperties TReaderProperties::ParProps

Current paragraph properties.

Referenced by TReaderProperties(), and ~TReaderProperties().