![]() | InDesign SDK 20.5 |
#include <IStringListData.h>

Public Types | |
| enum | { kDefaultIID = IID_ISTRINGLISTDATA } |
Public Member Functions | |
| virtual void | SetStringList (const K2Vector< PMString > &newList)=0 |
| virtual const K2Vector < PMString > & | GetStringList ()=0 |
| virtual void | Add (const PMString &inString)=0 |
| virtual bool16 | Contains (const PMString &inString)=0 |
| virtual void | Clear (void)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Data interface for storing a list of strings.
| pure virtual |
Adds the input string to the list of strings.
| inString | - the input string to add to the list of strings |
| pure virtual |
Clears the list of strings kept internally
| pure virtual |
Checks whether the given string exists in the list
| inString | - the input string to check in the existing list of strings |
Return the value of the list.