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

Public Types | |
| enum | { kDefaultIID = IID_ITABLEDIRATTR } |
| typedef Tables::EDirection | 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 |
the right-to-left vs. left-to-right flag as a table attribute.
| pure virtual |
Get the direction (column order) of the table.
| pure virtual |
Set the direction (column order) of the table.
| val | is the direction. |