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

Public Types | |
| enum | { kDefaultIID = IID_ISETTABORDERCMDDATA } |
Public Member Functions | |
| virtual void | Set (const UIDRef &doc, UID inSpread, UID inPage, const ISpreadFieldOrder::TabOrder &inOrder)=0 |
| virtual const UIDRef & | GetDocument () const =0 |
| virtual UID | GetSpread () const =0 |
| virtual UID | GetPage () const =0 |
| virtual ISpreadFieldOrder::TabOrder | GetOrder () 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 |
Data for Set Tab Order command
| pure virtual |
Get the document being changed
| pure virtual |
Get the new ordering of the fields on the page
| pure virtual |
Get the UID of the page being changed
| pure virtual |
Get the UID of the spread being changed
| pure virtual |
Set the tab order for a page
| doc | document of page to set |
| inSpread | spread of page to set |
| inPage | page whose order to set |
| inOrder | the ordering of form fields on the page |