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

Public Types | |
| enum | { kDefaultIID = IID_ITEXTATTRUIDLIST } |
| typedef K2Vector< UID > | ValueType |
Public Member Functions | |
| void | Set (ValueType list) |
| ValueType | Get () |
| virtual void | SetUIDList (const K2Vector< UID > &list)=0 |
| virtual const K2Vector< UID > & | GetUIDList () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Simple data interface for holding the uid list text attribute.
| typedef K2Vector<UID> ITextAttrUIDList::ValueType |
Standardized alis that refers to the UIDList in this interface
| inline |
Get the uid list from this text attribute.
Get the uid list from this text attribute.
| inline |
Set the UIDList in this text attribute
| list | The uid list to set |