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

Public Types | |
| enum | { kDefaultIID = IID_IPASTEBEHAVIOR } |
Public Member Functions | |
| virtual bool16 | CanPasteInto (UIDRef pasteInsideSourceScrap) const =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 is a call-back interface that provides information used when pasting a page item. A page item boss should include this interface if it needs to control how it is pasted into another page item.
| pure virtual |
Tests if the boss aggregating this interface can be pasted into a specified target.
| pasteInsideSourceScrap | valid UIDRef to item that would be pasted. |