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

Public Types | |
| enum | { kDefaultIID = IID_ISETMEFRAMECMDDATA } |
| enum | { kUndefined =0, kCreation, kRight, kLeft } |
Public Member Functions | |
| virtual void | SetType (const int32 type)=0 |
| virtual int32 | GetType () 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 data interface is used by a number of commands to describe how the frame is supposed to be created: right-to-left or left-to-right reading order?
| pure virtual |
Get the created frame's desired writing direction.
| pure virtual |
Set the created frame's writing direction.
| type | is the desired writing direction. |