#include <IMasterPageSuite.h>
Suite interface to manipulate properties of master spreads (kMasterPagesBoss).
- See Also
- kMasterPagesBoss
| virtual void IMasterPageSuite::BreakMasterOverrideLink | ( | | ) | |
| pure virtual |
Sever the link of selected items to their owning master page item
- Returns
- none
| virtual bool16 IMasterPageSuite::CanBreakMasterOverrideLink | ( | | ) | const |
| pure virtual |
Can any of the selected items have their link to their controlling master item severed?
- Returns
- bool16 - kTrue if some override is selected and link can be broken, kFalse otherwise
| virtual bool16 IMasterPageSuite::CanRemoveMasterOverride | ( | | ) | const |
| pure virtual |
Are any of the selected items master page overrides?
- Returns
- bool16 - kTrue if some override is selected, kFalse otherwise
| virtual void IMasterPageSuite::RemoveMasterOverride | ( | | ) | |
| pure virtual |
Unoverride the selected items - deletes local page item, allows master item to draw again
- Returns
- none