#include <ICreateTFCData.h>
|
| enum | { kDefaultIID = IID_ICREATETFCDATA } |
| |
This data interface is used when creating a TextFrameColumn. To create a MultiColumnTextFrame, see ICreateMCFrameData.h.
| virtual UIDRef ICreateTFCData::GetFrameListRef | ( | | ) | const |
| pure virtual |
Get the FrameList passed nto SetFrameList().
- Returns
- the UID of the frame list.
| virtual int32 ICreateTFCData::GetInsertIndex | ( | | ) | const |
| pure virtual |
This is the index to insert the new frame at.
- Returns
- the index to use in the frame list.
| virtual void ICreateTFCData::SetFrameListData | ( | const UIDRef & | framelist, | | | int32 | insertAt | | ) | | |
| pure virtual |
SetFrameList is used when creating a new TextFrameColumn
- Parameters
| framelist | the UID of the frameList to insert into. Must be valid |
| insertAt | the index of the new TextFrameColumn to create within the frameList or IFrameList::kAtEnd |