![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_ILAYERFACADE } |
Public Member Functions | |
| virtual ErrorCode | MoveToLayer (UIDList &inOutItemsToMove, IDocumentLayer *targetLayer, bool16 bDuplicate)=0 |
| virtual ErrorCode | MoveLayers (UIDList &inOutlayersToMove, const UIDRef &relativeToLayerRef, bool16 bDuplicate)=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 |
Moves selected layers(or duplicates) to new spot in layer list.
| layersToMove,items | in list initially will be moved or duplicated relative to relativeToLayerRef. On return, will be populated with the moved items(which might be duplicates). |
| relativeToLayerRef | layers will be moved so that it is directly under this layer. |
| bDuplicate,kTrue | to duplicate the items before moving to the destination layer. |
| pure virtual |
Moves selected items(or duplicates) to new layer.
| inOutItemsToMove,items | in list initially will be moved or duplicated to targetLayer IDocumentLayer. On return, will be populated with the moved items(which might be duplicates) |
| targetLayer | passed in item UIDs will be moved to targetLayer IDocumentLayer. |
| bDuplicate,kTrue | to duplicate the items before moving to the destination layer. |