InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IArrangeSuite Class Referenceabstract
Inheritance diagram for IArrangeSuite:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_IARRANGESUITE }
 

Public Member Functions

virtual bool16 CanBringToFront (void) const =0
 
virtual bool16 CanBringForward (void) const =0
 
virtual bool16 CanSendBackward (void) const =0
 
virtual bool16 CanSendToBack (void) const =0
 
virtual ErrorCode ProcessBringToFront ()=0
 
virtual ErrorCode ProcessBringForward ()=0
 
virtual ErrorCode ProcessSendBackward ()=0
 
virtual ErrorCode ProcessSendToBack ()=0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Member Function Documentation

virtual bool16 IArrangeSuite::CanBringForward (void ) const
pure virtual

Can any of the CSBs bring forward?

Parameters
none
Returns
bool16 - kTrue == Yes, kFalse == No
virtual bool16 IArrangeSuite::CanBringToFront (void ) const
pure virtual

Can any of the CSBs bring to front?

Parameters
none
Returns
bool16 - kTrue == Yes, kFalse == No
virtual bool16 IArrangeSuite::CanSendBackward (void ) const
pure virtual

Can any of the CSBs send backward?

Parameters
none
Returns
bool16 - kTrue == Yes, kFalse == No
virtual bool16 IArrangeSuite::CanSendToBack (void ) const
pure virtual

Can any of the CSBs send to back?

Parameters
none
Returns
bool16 - kTrue == Yes, kFalse == No
virtual ErrorCode IArrangeSuite::ProcessBringForward ()
pure virtual

Bring the current selection forward in the selection order

Parameters
none
Returns
ErrorCode - Success/Failure
virtual ErrorCode IArrangeSuite::ProcessBringToFront ()
pure virtual

Bring the current selection to the front of the selection order

Parameters
none
Returns
ErrorCode - Success/Failure
virtual ErrorCode IArrangeSuite::ProcessSendBackward ()
pure virtual

Send the current selection backward in the selection order

Parameters
none
Returns
ErrorCode - Success/Failure
virtual ErrorCode IArrangeSuite::ProcessSendToBack ()
pure virtual

Send the current selection to the back of the selection order

Parameters
none
Returns
ErrorCode - Success/Failure