#include <IStyleInfoMapData.h>
|
| enum | { kDefaultIID = IID_ISTYLEINFOMAPDATA } |
| |
This data interface is for accessing the map of style name and document name information used for get unique para/char style names among all the documents within a book.
- See Also
- kGetUniqueStyleNamesOfBookCmdBoss and kTOCUIDialogBoss.
| virtual const StyleInfoMap& IStyleInfoMapData::GetStyleInfoMap | ( | | ) | |
| pure virtual |
Get the map from the data interface.
- Parameters
- Returns
- StyleInfoMap& the map about style name and document name information.
| virtual void IStyleInfoMapData::SetStyleInfoMap | ( | const StyleInfoMap & | newMap | ) | |
| pure virtual |
Set the map into the data interface.
- Parameters
| newMap | IN the new map to set. |