![]() | InDesign SDK 20.5 |

Public Member Functions | |
| FrmLblDataSuiteASB (IPMUnknown *boss) | |
| ~FrmLblDataSuiteASB () | |
| virtual ErrorCode | GetFrameLabelProperties (FrmLblInfo &labelInfo) |
| virtual ErrorCode | UpdateFrameLabelProperties (const FrmLblInfo &labelInfo) |
Public Member Functions inherited from CPMUnknown< IFrmLblDataSuite > | |
| 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 IFrmLblDataSuite | |
| enum | { kDefaultIID = IID_IFRMLBLDATASUITE } |
Protected Member Functions inherited from CPMUnknown< IFrmLblDataSuite > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IFrmLblDataSuite > | |
| HelperInterface | fHelperInterface |
Provides the ASB implementation for the plug-ins selection suite.
| inline |
Constructor.
| boss | interface ptr from boss object on which this interface is aggregated. |
| inline |
Destructor. Does nothing.
| virtual |
Get properties of the frame label on the selected item(s).
| frmLblInfo | OUT The properties of frame label. |
Implements IFrmLblDataSuite.
| virtual |
Set the frame label properties on the selected item(s).
| frmLblInfo | IN The frame label properties. |
Implements IFrmLblDataSuite.