27 #ifndef __IMASTERPAGE__ 28 #define __IMASTERPAGE__ 30 #include "IPMUnknown.h" 31 #include "MasterPageID.h" 46 enum { kDefaultIID = IID_IMASTERPAGE };
47 enum { kPositionDependant = kMaxUInt16 };
60 virtual void SetMasterPageData(
UID masterspreadUID, uint16 mpIndex = IMasterPage::kPositionDependant) = 0;
76 virtual bool16
IsValid()
const = 0;
78 virtual void SetMasterPageTransform(
const PMMatrix& m) = 0;
79 virtual bool16 GetMasterPageTransform(
PMMatrix* mp)
const = 0;