![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_IPAGEITEMSCRAPFACADE } |
Public Member Functions | |
| virtual bool16 | CanDeletePageItems (UIDList targetItemList) const =0 |
| virtual ErrorCode | DeletePageItems (UIDList targetItemList)=0 |
| virtual bool16 | CanDuplicatePageItems (UIDList targetItemList) const =0 |
| virtual ErrorCode | DuplicatePageItems (UIDList targetItemList)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
| pure virtual |
Description:Can delete any of the target page items?
| targetItemList | - the list of items in question |
| pure virtual |
Description:Can duplicate any of the target page items?
| targetItemList | - the list of items in question |
| pure virtual |
Description: Delete the target page items
| targetItemList | - the list of items to operate on |
| pure virtual |
Description: Duplicate the target page items
| targetItemList | - the list of items to operate on |