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

Public Types | |
| enum | { kDefaultIID = IID_IPRNSELUTILS } |
Public Member Functions | |
| virtual bool16 | _CanGetPrintSelectionFlag (const UIDList &itemList)=0 |
| virtual bool16 | _CanGetPrintSelectionFlag (IDocument *doc)=0 |
| virtual bool16 | _GetPrintSelectionFlag (IDataBase *db)=0 |
| virtual bool16 | _GetPrintSelectionFlag (IDocument *doc)=0 |
| virtual bool16 | _CanSetPrintSelectionFlag (const UIDList &itemList)=0 |
| virtual bool16 | _CanSetPrintSelectionFlag (IDocument *doc)=0 |
| virtual ErrorCode | _SetPrintSelectionFlag (IDataBase *db, const bool16 printSelection)=0 |
| virtual ErrorCode | _SetPrintSelectionFlag (IDocument *doc, const bool16 printSelection)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Utility methods for manipuating the print selection flag.
| anonymous enum |
Specifies the default IID for this interface
| pure virtual |
Can the print selection flag be retrieved?
| itemList | IN The item list to test, to see if they are valid selections. |
Implemented in PrnSelUtils.
| pure virtual |
Can the print selection flag be retrieved from the specified document?
| doc | IN The document to test. |
Implemented in PrnSelUtils.
| pure virtual |
Can the print selection flag be set?
| itemList | IN The item list to test, to see if they are valid selections. |
Implemented in PrnSelUtils.
| pure virtual |
Can the print selection flag be set on the specified document?
| doc | IN The document to test. |
Implemented in PrnSelUtils.
| pure virtual |
Get the print selection flag
| db | IN The database to check. This should be a document database. |
Implemented in PrnSelUtils.
| pure virtual |
Get the print selection flag on the specified document
| doc | IN The document to check. |
Implemented in PrnSelUtils.
| pure virtual |
Set the print selection flag
| db | IN The database on which to set the flag. This should be a document database. |
| printSelection | IN the flag's new value. |
Implemented in PrnSelUtils.
| pure virtual |
Set the print selection flag on the specified document
| doc | IN The document on which to set the flag. |
| printSelection | IN the flag's new value. |
Implemented in PrnSelUtils.