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

Public Types | |
| enum | { kDefaultIID = IID_IBOOKPAGINATEOPTIONS } |
| enum | Options { kNextPage, kOdd, kEven } |
Public Member Functions | |
| virtual IBookPaginateOptions::Options | GetPaginateOptions ()=0 |
| virtual void | SetPaginateOptions (IBookPaginateOptions::Options option)=0 |
| virtual bool16 | GetInsertBlankPage ()=0 |
| virtual void | SetInsertBlankPage (bool16 insertBlankPage)=0 |
| virtual UIDRef | GetCurrentBookUIDRef ()=0 |
| virtual void | SetCurrentBookUIDRef (UIDRef &bookUIDRef)=0 |
| virtual bool16 | GetAutoRepaginateFlag ()=0 |
| virtual void | SetAutoRepaginateFlag (bool16 autoRepaginate)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This interface is used to define the pagination options.
Enum value for book repagination. kNextPage: such as 1,2,3,4... kOdd: such as 1,3,5,7... kEven: such as 2,4,6,8...
| pure virtual |
Get the flag about auto repagination.
| none |
| pure virtual |
| pure virtual |
Get the flag about if we should insert blank page or not when the paginate option is set as kOdd or kEven.
| none |
| pure virtual |
| pure virtual |
Set the auto repagination flag.
| autoRepaginate | IN the flag to be set. |
| pure virtual |
Set the current book.
| bookUIDRef | IN the UIDRef of book to be set as current book. |
| pure virtual |
Set the flag about insert blank page.
| insertBlankPage | IN the flag to be set. |
| pure virtual |
Set the paginate option.
| option | IN the paginate option to set |