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

Public Types | |
| enum | { kDefaultIID = IID_IWAXLINESUBLOG } |
Public Member Functions | |
| virtual TEInputOutputMapping & | GetLog ()=0 |
| virtual void | SetLogType (int mappingType)=0 |
| virtual bool16 | GetReversedOrder () const =0 |
| virtual void | SetReversedOrder (bool16 b)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface for working with complex-script specific glyph data. This information is provided only for text composed with a complex-script composer. It provides additional layout information that is critical for the correct placement of marks & diacritics, especially in right-to-left writing scripts.
| pure virtual |
GetLog().
| pure virtual |
GetReversedOrder(). If return true paragraph direction is right to left. If return false paragraph direction is left to right.
| pure virtual |
SetLogType().
| Change | Mapping Type. |
| pure virtual |
SetReversedOrder(). Set true if paragraph direction is right to left. Set false if paragraph direction is left to right.
| b | order of line |