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

Public Types | |
| enum | { kDefaultIID = IID_IPAGERANGE } |
| enum | RangeFormat { kAllPages = 0, kUseRange, kBySection, kBySelection, kLastType = kBySelection } |
Public Member Functions | |
| virtual void | SetPageRangeFormat (RangeFormat format)=0 |
| virtual void | SetPageRange (PMString range)=0 |
| virtual RangeFormat | GetPageRangeFormat ()=0 |
| virtual PMString | GetPageRange ()=0 |
| virtual void | Copy (IPageRange *other)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Utility class to hold a page range.
| anonymous enum |
Default enum
Type of page range being held
| pure virtual |
Copies one set of prefs into another
| other | IN The preferences to copy |
| pure virtual |
Get the page range string
| pure virtual |
Get the page range format being held
| pure virtual |
Set the page range string
| IN | PMString containing the page range |
| pure virtual |
Set the page range format
| IN | RangeFormat the page range format being held |