![]() | InDesign SDK 20.5 |
#include <IBookUtils.h>
Public Types | |
| typedef object_type | data_type |
Public Member Functions | |
| BookContentInfo () | |
| BookContentInfo (const int32 &position, const UID &content) | |
| bool16 | operator== (const BookContentInfo &other) const |
| bool16 | operator< (const BookContentInfo &other) const |
Public Attributes | |
| int32 | fPosition |
| UID | fContent |
An object class represent a book content(chapter) within a book database.
| inline |
Construct an emptry chapter.
| inline |
Construct a chapter with the position and UID information.
| inline |
Compare two chapters.
| other | the chapter to compare with. |
| inline |
Operator == to compare two chapters are same or not.
| other | the chapter to compare with. |
| UID BookContentInfo::fContent |
The chapter's UID in the book database.
| int32 BookContentInfo::fPosition |
The chapter's position within the book. Position starts from 0.