#include <ICJKLayoutGridData.h>
|
| enum | { kDefaultIID = IID_ICJKLAYOUTGRIDDATA } |
| |
| enum | GridStartingPoint { kTopOutside, kTopInside, kBottomOutside, kBottomInside, kCenterVertical, kCenterHorizontal, kCenter } |
| |
ICJKLayoutGridData is the interface for grid related data that is specific to the layout grid.
| virtual void ICJKLayoutGridData::CopyFrom | ( | ICJKLayoutGridData * | source, | | | bool16 | doDirty = kTrue | | ) | | |
| pure virtual |
| virtual GridStartingPoint ICJKLayoutGridData::GetGridStartingPoint | ( | | ) | |
| pure virtual |
GetGridStartingPoint
- Returns
- the grid starting point
| virtual bool16 ICJKLayoutGridData::GetUseMaster | ( | | ) | |
| pure virtual |
GetUseMaster
- Returns
- Whether or not this grid uses the master pages grid
| virtual void ICJKLayoutGridData::SetGridStartingPoint | ( | GridStartingPoint | choice | ) | |
| pure virtual |
SetGridStartingPoint
- Parameters
| choice | IN The new grid starting point. |
| virtual void ICJKLayoutGridData::SetUseMaster | ( | const bool16 | useMaster | ) | |
| pure virtual |
SetUseMaster
- Parameters
| useMaster | IN The new value for whether or not to use the master. |