![]() | InDesign SDK 20.5 |
#include <ITLAdornmentUtils.h>

Public Types | |
| enum | { kDefaultIID = IID_ITLADORNUTILS } |
Public Member Functions | |
| virtual void | AddTextLockAdornment (UIDList *list, UIDRef &docRef)=0 |
| virtual void | AddFrameListTextLockAdornment (IFrameList *list, UIDRef &docRef)=0 |
| virtual void | RemoveTextLockAdornment (UIDList *list, UIDRef &docRef)=0 |
| virtual void | RemoveFrameListTextLockAdornment (IFrameList *list, UIDRef &docRef)=0 |
| virtual bool16 | HasTextLockAdornment (IFrameList *list)=0 |
| virtual bool16 | HasTextLockAdornment (UIDRef objectRef)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This utility adding/removing the Lock adornment (represents the InCopy story) to/from the objects.
| pure virtual |
Adding the Lock adornment If ICBridgeAdornmentUtils is present, adding the adornment (kICBridgeTextLockAdornmentBoss) to objects (GraphicFrame). otherwise adding adornment (kTextLockAdornmentBoss) to the objects (MultiColumnFrame)
| list | The objects that the adornment is added to |
| docRef | The document contains the objects |
Adding the Lock adornment If ICBridgeAdornmentUtils is present, adding the adornment (kICBridgeTextLockAdornmentBoss) to objects (GraphicFrame). otherwise adding adornment (kTextLockAdornmentBoss) to the objects (MultiColumnFrame)
| list | The objects that the adornment is added to |
| docRef | The document contains the objects |
| pure virtual |
Check if this IFrameList has Lock adornment
| list |
| pure virtual |
Check if this object has Lock adornment
| objectRef | (Text or Graphic) |
| pure virtual |
Remove Lock adornment
| list | The objects that the adornment is removed |
| docRef | The document contains the objects |