Location:
FRMPRINT.H
Link against: form.lib
class CTextPageRegionPrinter : public CBase, public MPageRegionPrinter;
MPageRegionPrinter
- Interface for printing in bands
CBase
- Base class for all classes to be instantiated on the heap
CTextPageRegionPrinter
- (No abstract)
Defined in CTextPageRegionPrinter
:
SetParagraphFillTextOnly()
, ~CTextPageRegionPrinter()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from MPageRegionPrinter
:
PrintBandL()
IMPORT_C void SetParagraphFillTextOnly(TBool aFillTextOnly);
Sets the fill to either the text box or whole view rect occupied by paragraph.
|