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

#include <IMovieSuite.h>

Inheritance diagram for IMovieSuite:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_IMOVIESUITE }
 

Public Member Functions

virtual UIDRef GetEmptyFrameRef () const =0
 
virtual UIDRef GetSelectedMovieRef () const =0
 
virtual bool16 IsMovieSelection () const =0
 
virtual bool16 CanConvertToMovie () 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 Movie page items.

Member Function Documentation

virtual bool16 IMovieSuite::CanConvertToMovie () const
pure virtual

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

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

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

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

Obtains the UIDRef of a single selected movie page item.

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

Tests the current selection for Movie page items

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