InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ISoundSuite Class Referenceabstract

#include <ISoundSuite.h>

Inheritance diagram for ISoundSuite:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ISOUNDSUITE }
 

Public Member Functions

virtual UIDRef GetEmptyFrameRef () const =0
 
virtual UIDRef GetSelectedSoundRef () const =0
 
virtual bool16 IsSoundSelection () const =0
 
virtual bool16 CanConvertToSound () const =0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Selection suite for manipulating Sound page items and attributes.

Member Function Documentation

virtual bool16 ISoundSuite::CanConvertToSound () const
pure virtual

Tests if the selection can be converted into a Sound page item.

Returns
kTrue if the selection can be converted into a Sound page item.
virtual UIDRef ISoundSuite::GetEmptyFrameRef () const
pure virtual

Obtains an existing empty frame that can be converted into a sound frame.

Precondition
A single empty frame must be selected; multiple selections are not supported.
Returns
UIDRef to a single empty frame.
virtual UIDRef ISoundSuite::GetSelectedSoundRef () const
pure virtual

Obtains the UIDRef of a single selected sond page item.

Precondition
A single sound page item must be selected; multiple selections are not supported.
Returns
UIDRef to a single sound page item.
virtual bool16 ISoundSuite::IsSoundSelection () const
pure virtual

Tests the current selection for Sound page items

Returns
kTrue if selection is all Sound page items (or default selection)