![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_IARRANGEFACADE } |
Public Member Functions | |
| virtual bool16 | CanBringToFront (const UIDList &targetItemList, UID referenceItem=kInvalidUID) const =0 |
| virtual bool16 | CanBringForward (const UIDList &targetItemList) const =0 |
| virtual bool16 | CanSendBackward (const UIDList &targetItemList) const =0 |
| virtual bool16 | CanSendToBack (const UIDList &targetItemList, UID referenceItem=kInvalidUID) const =0 |
| virtual ErrorCode | ProcessBringToFront (const UIDList &targetItemList, UID referenceItem=kInvalidUID, bool16 bDuplicate=kFalse)=0 |
| virtual ErrorCode | ProcessBringForward (const UIDList &targetItemList)=0 |
| virtual ErrorCode | ProcessSendBackward (const UIDList &targetItemList)=0 |
| virtual ErrorCode | ProcessSendToBack (const UIDList &targetItemList, UID referenceItem=kInvalidUID, bool16 bDuplicate=kFalse)=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 |
Can these items be brought forward?
| targetItemList | the list of items to be affected |
| pure virtual |
Can these items be brought to front?
| targetItemList | the list of items to be affected |
| referenceItem | the item these should be positioned relative to(if any) |
| pure virtual |
Can these items be sent backward?
| targetItemList | the list of items to be affected |
| pure virtual |
Can these items be sent to back?
| targetItemList | the list of items to be affected |
| referenceItem | the item these should be positioned relative to(if any) |
| pure virtual |
Bring the targeted items forward
| targetItemList | the list of items to be affected |
| pure virtual |
Bring the targeted items to the front
| targetItemList | the list of items to be affected |
| referenceItem | the item these should be positioned relative to(if any) |
| bDuplicate,kTrue | to duplicate the items before moving to the new z-order location |
| pure virtual |
Send the targeted items backward in the Z-order
| targetItemList | the list of items to be affected |
| pure virtual |
Send the items to the back of the z-order
| targetItemList | the list of items to be affected |
| referenceItem | the item these should be positioned relative to(if any) |
| bDuplicate,kTrue | to duplicate the items before moving to the new z-order location |