|
|
|
class TBandAttributes;
Controls the attributes of the band to be printed.
An object of this type is passed as a parameter to functions. MPageRegionPrinter::PrintBandL(CGraphicsDevice *,TInt,const TBandAttributes &) and CPrinterControl::QueueGetBand(TRequestStatus &,TBandAttributes &).
Defined in TBandAttributes:
iFirstBandOnPageETrue if band is the first band on the page; EFalse if not. iGraphicsIsIgnoredETrue to draw no graphics to the band; EFalse to draw graphics. iRectThe width and height of the band in twips or pixels. iTextIsIgnoredETrue to draw no text to the band; EFalse to draw text. MPageRegionPrinter::PrintBandL(CGraphicsDevice *,TInt,const TBandAttributes &)Prints a band.CPrinterControl::QueueGetBand(TRequestStatus &,TBandAttributes &)Prints the next band on the page.TBool iGraphicsIsIgnored;
ETrue to draw no graphics to the band; EFalse to draw graphics.
TBool iFirstBandOnPage;
ETrue if band is the first band on the page; EFalse if not.