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

Public Types | |
| enum | { kDefaultIID = IID_ICACHEDINLINES } |
Public Member Functions | |
| virtual void | Append (const UIDRef &inlineItem)=0 |
| virtual void | Clear ()=0 |
| virtual bool16 | Contains (const UIDRef &item)=0 |
| virtual bool16 | IsEmpty ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Holds a cache of addref'd inline page items. Allows access to the cache by UIDRef.
| pure virtual |
Append the inlineItem to its collection
| inlineItem |
| pure virtual |
Clear its collection
| none |
| pure virtual |
Check if item is exist in the collection
| item |
| pure virtual |
Check if the collection is empty
| none |