![]() | InDesign SDK 20.5 |

Public Member Functions | |
| PrnSelSuiteLayoutCSB (IPMUnknown *boss) | |
| virtual | ~PrnSelSuiteLayoutCSB (void) |
Public Member Functions inherited from PrnSelSuiteCSB | |
| PrnSelSuiteCSB (IPMUnknown *boss) | |
| virtual | ~PrnSelSuiteCSB (void) |
| virtual void | StoreSelectionData (void) |
| virtual bool16 | CanGetPrintSelectionFlag (void) |
| virtual bool16 | GetPrintSelectionFlag (void) |
| virtual bool16 | CanSetPrintSelectionFlag (void) |
| virtual ErrorCode | SetPrintSelectionFlag (const bool16 printSelection) |
Public Member Functions inherited from CPMUnknown< IPrnSelSuite > | |
| 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 IPrnSelSuite | |
| enum | { kDefaultIID = IID_IPRNSELSUITE } |
Protected Member Functions inherited from CPMUnknown< IPrnSelSuite > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IPrnSelSuite > | |
| HelperInterface | fHelperInterface |
Implements the code necessary to identify and store page UIDs and page item UIDs that have a layout selection.
| Binds the C implementation class to its ImplementationID making the C code callable by the application * PrnSelSuiteLayoutCSB::PrnSelSuiteLayoutCSB | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | interface ptr from boss object on which interface is aggregated. |
| virtual |
Destructor.