![]() | InDesign SDK 20.5 |

Public Member Functions | |
| PrnSelUtils (IPMUnknown *boss) | |
| virtual | ~PrnSelUtils (void) |
| virtual bool16 | _CanGetPrintSelectionFlag (const UIDList &itemList) |
| virtual bool16 | _CanGetPrintSelectionFlag (IDocument *doc) |
| virtual bool16 | _GetPrintSelectionFlag (IDataBase *db) |
| virtual bool16 | _GetPrintSelectionFlag (IDocument *doc) |
| virtual bool16 | _CanSetPrintSelectionFlag (const UIDList &itemList) |
| virtual bool16 | _CanSetPrintSelectionFlag (IDocument *doc) |
| virtual ErrorCode | _SetPrintSelectionFlag (IDataBase *db, const bool16 printSelection) |
| virtual ErrorCode | _SetPrintSelectionFlag (IDocument *doc, const bool16 printSelection) |
Public Member Functions inherited from CPMUnknown< IPrnSelUtils > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from IPrnSelUtils | |
| enum | { kDefaultIID = IID_IPRNSELUTILS } |
Protected Member Functions inherited from CPMUnknown< IPrnSelUtils > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IPrnSelUtils > | |
| HelperInterface | fHelperInterface |
Implementation of utility methods for manipuating the print selection flag.
| inline |
Constructor.
| boss | interface ptr from boss object on which this interface is aggregated. |
| inlinevirtual |
Destructor
| virtual |
Can the print selection flag be retrieved?
| itemList | IN The item list to test, to see if they are valid selections. |
Implements IPrnSelUtils.
| virtual |
Can the print selection flag be retrieved from the specified document?
| doc | IN The document to test. |
Implements IPrnSelUtils.
| virtual |
Can the print selection flag be set?
| itemList | IN The item list to test, to see if they are valid selections. |
Implements IPrnSelUtils.
| virtual |
Can the print selection flag be set on the specified document?
| doc | IN The document to test. |
Implements IPrnSelUtils.
| virtual |
Get the print selection flag
| db | IN The database to check. This should be a document database. |
Implements IPrnSelUtils.
| virtual |
Get the print selection flag on the specified document
| doc | IN The document to check. |
Implements IPrnSelUtils.
| 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. |
Implements IPrnSelUtils.
| 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. |
Implements IPrnSelUtils.