ScroogeXHTML for Object Pascal 9.1
Loading...
Searching...
No Matches
TReaderProperties Class Reference

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

Inheritance diagram for TReaderProperties:

Public Member Functions

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

Public Attributes

TCharacterProperties CharProps
 
TParagraphProperties ParProps
 
TRTFDestination RTFDestination
 

Detailed Description

A class which stores the current reader state.

Constructor & Destructor Documentation

◆ TReaderProperties()

TReaderProperties::TReaderProperties ( TCharacterProperties ACharProps,
TParagraphProperties AParProps,
TRTFDestination ARTFDestination )

create an instance with the given properties.

◆ ~TReaderProperties()

TReaderProperties::~TReaderProperties ( )

Destructor.

Member Data Documentation

◆ CharProps

TCharacterProperties TReaderProperties::CharProps
See also
FCharProps For reading

◆ ParProps

TParagraphProperties TReaderProperties::ParProps
See also
FParProps For reading

◆ RTFDestination

TRTFDestination TReaderProperties::RTFDestination
See also
FRTFDestination For reading