InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ITextAttrUIDList Class Referenceabstract

#include <ITextAttrUIDList.h>

Inheritance diagram for ITextAttrUIDList:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ITEXTATTRUIDLIST }
 
typedef K2Vector< UIDValueType
 

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 IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Simple data interface for holding the uid list text attribute.

Member Typedef Documentation

Standardized alis that refers to the UIDList in this interface

Member Function Documentation

ValueType ITextAttrUIDList::Get (void )
inline

Get the uid list from this text attribute.

Returns
ValueType which represents the uid list
virtual const K2Vector<UID>& ITextAttrUIDList::GetUIDList () const
pure virtual

Get the uid list from this text attribute.

Returns
ValueType which represents the uid list
void ITextAttrUIDList::Set (ValueType list)
inline

Set the UIDList in this text attribute

Parameters
listThe uid list to set
virtual void ITextAttrUIDList::SetUIDList (const K2Vector< UID > & list)
pure virtual

Set the UIDList in this text attribute

Parameters
listThe uid list to set