#include <IPageNumberPrefsCmdData.h>
Command data interface for the page number prefs command to set the session preference relating how UI widgets display page numbers. This is a UI-only setting that doesn't affect how page number characters in text stories are computed/displayed.
- See Also
- kWorkspaceBoss
- kSetPageNumberPrefsCmdCmdBoss
- IPageNumberPrefs.h
| virtual const bool16 IPageNumberPrefsCmdData::GetOrdinalNumbering | ( | | ) | const |
| pure virtual |
Return the data member for ordinal numbering (kTrue) or standard/section numbering (kFalse)
- Parameters
- Returns
- const bool16 the page numbering value
| virtual void IPageNumberPrefsCmdData::Set | ( | const bool16 | ordinalOn | ) | |
| pure virtual |
Set the data member for ordinal numbering (kTrue) or standard/section numbering (kFalse) to use used for page number and page number range widget display. The UI control for this setting is in the general preferences dialog for InDesign.
- Parameters
| const | bool16 ordinalOn kTrue for ordinal, kFalse for standard/section numbering (the default). |