![]() | InDesign SDK 20.5 |
#include <FrmLblScriptsUtils.h>
Static Public Member Functions | |
| static ErrorCode | PutScriptFrmLblInfo (FrmLblInfo &frmLblInfo, const ScriptID &propID, IScriptRequestData *data, IScript *script) |
| static void | GetScriptFrmLblInfo (IDocument *doc, FrmLblInfo &frmLblInfo, const ScriptID &propID, IScriptRequestData *data, IScript *script) |
FrmLblScriptsUtils is a class of static functions that manipulate common script operation. It is provided for convenience and ease of use.
| static |
Get Script FrameLabel info.
| doc | the current opened document or application default document. |
| frmLblInfo | the FrameLabel properties. |
| propID | identifies the ID of the property to handle. |
| data | identifies an interface pointer used to extract data. |
| script | identifies an interface pointer on the script object representing the parent of the application object. |
| static |
Put Script FrameLabel info.
| frmLblInfo | the FrameLabel properties. |
| propID | identifies the ID of the property to handle. |
| data | identifies an interface pointer used to extract data. |
| script | identifies an interface pointer on the script object representing the parent of the application object. |