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

Public Types | |
| enum | { kDefaultIID = IID_IPARAGRAPHDIRATTR } |
| typedef ICompositionStyle::ParagraphDirection | ValueType |
Public Member Functions | |
| virtual void | Set (ValueType val)=0 |
| virtual ValueType | 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 |
IParagraphDirAttr is a simple data interface that is used to hold the paragraph's default writing direction used by the world ready composer.
| pure virtual |
Get the paragraph's writing direction.
| pure virtual |
Set the paragraph's writing direction.
| val | is the writing direction. |