![]() | InDesign SDK 20.5 |
#include <IMediaAdornmentInfo.h>

Public Types | |
| enum | { kDefaultIID = IID_IMEDIAADORNMENTINFO } |
Public Member Functions | |
| virtual ClassID | GetBottomAdornmentClassID () const =0 |
| virtual const PMString | GetName () const =0 |
| virtual ClassID | GetTopAdornmentClassID () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This is a call-back interface that provides information for constructing adornments that appear on media frames.
If a media frame requires adornments, this interface should be aggregated by the media page item boss.
| pure virtual |
Retrieves the ClassID of the adornment that appears at the bottom of the frame.
| pure virtual |
Retrieves the name that displays as part of the adornment.
| pure virtual |
Retrieves the ClassID of the adornment that appears at the top of the frame.