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

Public Types | |
| enum | { kDefaultIID = IID_ISPREADMULTICOLUMNFRAMES } |
Public Member Functions | |
| virtual void | Add (const IMultiColumnTextFrame *mcf)=0 |
| virtual bool16 | GetHas (UID mcfUID) const =0 |
| virtual int32 | GetAll (UIDList *pList=nil) const =0 |
| virtual void | Remove (const IMultiColumnTextFrame *mcf)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface for storing a list of UID to MCFs that are on the Spread.
| pure virtual |
Adds a value to the list. Duplicates are not allowed.
| mcf | Pointer to IMultiColumnTextFrame to add to the list |
| pure virtual |
Returns the list of MultiColumnTextFrames previously added.
| pList | Pointer to UIDList of MCFs on the Spread. |
| pure virtual |
Returns kTrue if the specified MultiColumnTextFrames is known.
| mcfUID | UID of MCF |
| pure virtual |
Removes a previously added value from the list. The value must be valid.
| mcf | Pointer to IMultiColumnTextFrame to remove from the list |