#include <IXDocBkOptions.h>
|
| enum | { kDefaultIID = IID_IXDOCBKOPTIONS } |
| |
| virtual void IXDocBkOptions::AddOption | ( | const WideString & | newVal, | | | const int32 | indexWhere | | ) | | |
| pure virtual |
Append an option to the list. If the index you specify is outwith the length, then it'll get appended to the list
- Parameters
| newVal | IN new value to add to existing list of options. |
| indexWhere | IN where you want it in the list of options, zero based. |
Implemented in XDocBkOptions.
| virtual WideString IXDocBkOptions::GetNthOption | ( | const int32 | index | ) | |
| pure virtual |