28 #define kMinPageNumber 1 31 #define kMaxPageNumber 999999 36 #include "IPMUnknown.h" 37 #include "SectionID.h" 51 enum { kDefaultIID = IID_ISECTION };
68 int32 startPageNumber,
70 bool16 bContinueFromPrevSection = kFalse,
71 int32 offsetFromPrevSection = 0) = 0;
193 virtual int32
GetNumPages(
const bool16 bRequireNamedLayout = kFalse) = 0;
203 kInvalidPaginationOption = -1,
236 #endif // __ISECTION__