![]() | InDesign SDK 20.5 |

Public Member Functions | |
| FrmLblData (IPMUnknown *boss) | |
| virtual | ~FrmLblData () |
| virtual void | Set (const FrmLblInfo &frmLblInfo) |
| virtual const FrmLblInfo & | Get () const |
| void | ReadWrite (IPMStream *stream, ImplementationID implementation) |
Public Member Functions inherited from CPMUnknown< IFrmLblData > | |
| 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 IFrmLblData | |
| enum | { kDefaultIID = IID_IFRMLBLDATA } |
Protected Member Functions inherited from CPMUnknown< IFrmLblData > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IFrmLblData > | |
| HelperInterface | fHelperInterface |
Stores persistent data to control the display of the frame label adornment; implements IFrmLblData.
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * FrmLblData::FrmLblData | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | interface ptr from boss object on which this interface is aggregated. |
| virtual |
Destructor.
| inlinevirtual |
Retrieves the current frame label property to be displayed as the adornment.
Implements IFrmLblData.
| void FrmLblData::ReadWrite | ( | IPMStream * | stream, |
| ImplementationID | implementation | ||
| ) |
Saves persistently, reads persistent data. Reads if the stream is a 'read-stream' and writes if the stream is a write stream:
| virtual |
Stores new persistent values for the label adornment.
| the | label properties to be displayed as the label. |
Implements IFrmLblData.