![]() | InDesign SDK 20.5 |

Public Member Functions | |
| XDocBkOptions (IPMUnknown *boss) | |
| virtual | ~XDocBkOptions () |
| virtual void | AddOption (const WideString &newVal, const int32 indexWhere) |
| virtual WideString | GetNthOption (const int32 index) |
| virtual int32 | GetOptionCount () |
| virtual void | ReadWrite (IPMStream *s, ImplementationID prop) |
Public Member Functions inherited from CPMUnknown< IXDocBkOptions > | |
| 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 IXDocBkOptions | |
| enum | { kDefaultIID = IID_IXDOCBKOPTIONS } |
Protected Member Functions inherited from CPMUnknown< IXDocBkOptions > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IXDocBkOptions > | |
| HelperInterface | fHelperInterface |
Class to persist a list of options to the session workspace. XDocBkOptions is a persistent implementation of interface IXDocBkOptions.
| This macro creates a persistent class factory for the given class name and registers the ID with the host * XDocBkOptions::XDocBkOptions | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | IN interface ptr from boss object on which this interface is aggregated. |
| inlinevirtual |
Destructor
| virtual |
Method to add in an options to the list of persistent options
Implements IXDocBkOptions.
| virtual |
| virtual |
Persistence related method; reads from or writes to given stream
| s | IN the persistent in and out stream. |
| prop | IN the implementation ID |