![]() | InDesign SDK 20.5 |
#include <IPrintCmdData.h>

Public Member Functions | |
| virtual void | Initialize (int32 nPrintTo, bool16 bPrintReverse)=0 |
| virtual void | StartPrint (int32 nPages)=0 |
| virtual void | BeginPage (UIDRef &uidPage, int32 whichPage)=0 |
| virtual void | DrawPage (int32 whichPage, PMString &currInkStr)=0 |
| virtual Bool8 | Update (float current, const char *name, long stage)=0 |
| virtual void | EndPage (int32 whichPage)=0 |
| virtual void | EndPrint ()=0 |
| virtual bool16 | WasCancelled ()=0 |
| virtual void | ClearSubTaskProgress ()=0 |
| virtual void | SetSupressStartStopPrint (bool16 bSupress)=0 |
| virtual void | SetCurrentSubtaskText (const char *pszText)=0 |
| virtual void | BeginGalleyPage (int32 whichPage)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Print progress bar information
| pure virtual |
Begin a galley page - InCopy specific
| whichPage | IN which page is beginning |
| pure virtual |
Begin a page
| uidPage | IN UIDRef of the page begin printed, or UIDRef::gNull |
| whichPage | IN if uidPage is null, use this as the page number |
| pure virtual |
Clear the sub task progress information
| pure virtual |
Draw a page
| whichPage | IN which page being printed |
| currInkStr | IN either "Composite" or the plate name |
| pure virtual |
End a page
| whichPage | IN which page is ending |
| pure virtual |
End printing
| pure virtual |
Initialize the class
| nPrintTo | IN where we are printing to, i.e. from IPrintData::GetPrintTo |
| bPrintReverse | IN if we are printing in reverse order |
| pure virtual |
Set the current sub task text
| pszText | IN the new text to display |
| pure virtual |
Supress the creation of the RangeProgressBar in StartPrint
| bSupress | IN kTrue to supress progress bar creation, kFalse otherwise |
| pure virtual |
Start the printing - this will construct a RangeProgressBar
| nPages | IN the number of pages printing |
| pure virtual |
Callback that is called by AGM Print
| current | IN current percentage done |
| name | IN current name of resource |
| stage | IN current stage of callback - defined in GraphicsExternal.h |
| pure virtual |
Check if progress has been cancelled