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

Public Types | |
| enum | { kDefaultIID = IID_IJUSTIFMETHODATTR } |
| typedef IJustificationStyle::JustificationMethod | value_type |
Public Member Functions | |
| virtual void | Set (value_type val)=0 |
| virtual value_type | Get () 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 |
IJustifMethodAttr is a simple data interface that is used to hold the desired justification style used by the world ready composer: kJustifMethodDefault, kJustifMethodArabic, kJustifMethodNaskh
| pure virtual |
Get the justification method used by the world ready composer.
| pure virtual |
Set the justification method used by the world ready composer.
| val | is the justification method. |