![]() |
ScroogeXHTML for Delphi
6.9
|
A class which stores the current reader state. More...
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. | |
A class which stores the current reader state.
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.
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().