ScroogeXHTML for Delphi  6.7
 All Classes Functions Variables Pages
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.

TReaderProperties::~TReaderProperties ( )

Destructor.

Member Data Documentation

TCharacterProperties TReaderProperties::CharProps

Current character properties.

TInternalState TReaderProperties::InternalState

Current internal state.

TParagraphProperties TReaderProperties::ParProps

Current paragraph properties.