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

Public Types | |
| enum | { kDefaultIID = IID_IPRNSELDATA } |
Public Member Functions | |
| virtual void | SetIsChecked (bool16 bchecked)=0 |
| virtual bool16 | GetIsChecked ()=0 |
| virtual void | SetSuppressPrintSelectionDialog (bool16 bSuppress)=0 |
| virtual bool16 | GetSuppressPrintSelectionDialog ()=0 |
| virtual bool16 | GetPageUIDHadSelection (UID pageuid)=0 |
| virtual void | LoadPageUID (UID pageuid)=0 |
| virtual bool16 | GetPageItemUIDHadSelection (UID uid)=0 |
| virtual void | LoadPageItemUID (UID uid)=0 |
| virtual void | FlushUIDs ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
From SDK sample; stores data relative to printing only selected items.
| pure virtual |
Empties custom data structures.
Implemented in PrnSelData.
| pure virtual |
Retrieves whether print selection checkbox was checked.
Implemented in PrnSelData.
| pure virtual |
Retrieves whether a specified UID represents a selected item.
| uid | [in] specifies uid being queried. |
Implemented in PrnSelData.
| pure virtual |
Retrieves whether a page contained a selected item.
| pageuid | [in] specifies page uid being queried. |
Implemented in PrnSelData.
| pure virtual |
Retrieves whether should suppress print selection dialog.
Implemented in PrnSelData.
| pure virtual |
Loads page item UID into a custom data structure.
| uid | [in] specifies uid being loaded. |
Implemented in PrnSelData.
| pure virtual |
Loads page UID into custom data structure.
| pageuid | [in] specifies page UID being loaded. |
Implemented in PrnSelData.
| pure virtual |
Sets whether print selection checkbox was checked.
| bchecked | [in] specifies whether print selection checkbox was checked. |
Implemented in PrnSelData.
| pure virtual |
Sets whether should suppress print selection dialog. Used by scripting.
| bSuppress | Specifies whether should suppress print selection dialog. |
Implemented in PrnSelData.