![]() | InDesign SDK 20.5 |

Public Member Functions | |
| FrmLblPrintPrefsDataPersist (IPMUnknown *boss) | |
| void | Set (ValueType b) |
| bool16 | GetBool () const |
| void | ReadWrite (IPMStream *s, ImplementationID prop) |
Public Member Functions inherited from CPMUnknown< IBoolData > | |
| 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 |
Public Member Functions inherited from IBoolData | |
| ValueType | Get () const |
Additional Inherited Members | |
Public Types inherited from IBoolData | |
| enum | { kDefaultIID = IID_IBOOLDATA } |
| typedef bool16 | ValueType |
Protected Member Functions inherited from CPMUnknown< IBoolData > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IBoolData > | |
| HelperInterface | fHelperInterface |
Stores persistent data to control the print preference of
the frame label adornment; implements IBoolData.
| virtual |
| void FrmLblPrintPrefsDataPersist::ReadWrite | ( | IPMStream * | s, |
| ImplementationID | prop | ||
| ) |
Persistence related method; reads from or writes to given stream
| s | IN the persistent in and out stream. |
| prop | IN the implementation ID |
| virtual |
Store a new boolean value into this interface.
| b | The new boolean to store |
Implements IBoolData.