#include <IGetUniqueStyleNamesCmdData.h>
|
| enum | { kDefaultIID = IID_IGETUNIQUESTYLENAMESCMDDATA } |
| |
This command data interface is for accessing the data related to GetUniqueStyleNamesOfBookCmd.
- See Also
- kGetUniqueStyleNamesOfBookCmdBoss.
| virtual PMString IGetUniqueStyleNamesCmdData::GetBookName | ( | | ) | |
| pure virtual |
Get the name of the book where we collect all the unique styles from its documents/chapters.
- Parameters
- Returns
- PMString& the book name.
| virtual bool16 IGetUniqueStyleNamesCmdData::GetIncludeBook | ( | | ) | |
| pure virtual |
Get the flag indicates that if we should include all the documents in the book when we do collecting unique styles.
- Parameters
- Returns
- bool16 kTrue means we do include all the documents in book, otherwise kFalse.
| virtual PMIID IGetUniqueStyleNamesCmdData::GetStyleType | ( | | ) | |
| pure virtual |
Get the style type like IID_IPARASTYLEGROUPMANAGER or IID_ICHARSTYLEGROUPMANAGER.
- Parameters
- Returns
- PMIID the interface ID of the style type such as IID_IPARASTYLEGROUPMANAGER or IID_ICHARSTYLEGROUPMANAGER.
| virtual void IGetUniqueStyleNamesCmdData::SetBookName | ( | const PMString & | bookName | ) | |
| pure virtual |
Set the book name.
- Parameters
| bookName | IN the book name to be set. |
| virtual void IGetUniqueStyleNamesCmdData::SetIncludeBook | ( | const bool16 | bInclude | ) | |
| pure virtual |
Set the flag indicates that if we should include all the documents in the book when we do collecting unique styles.
- Parameters
| bInclude | IN kTrue means include all the documents in the book. |
| virtual void IGetUniqueStyleNamesCmdData::SetStyleType | ( | PMIID | styleType | ) | |
| pure virtual |
Set the style type like IID_IPARASTYLEGROUPMANAGER or IID_ICHARSTYLEGROUPMANAGER.
- Parameters
| styleType | IN the interface ID of the style. |