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

Public Types | |
| enum | { kDefaultIID = IID_IFLOWDATA } |
Public Member Functions | |
| virtual UID | GetPrimaryTextFlowStory () const =0 |
| virtual void | SetPrimaryTextFlowStory (const UID &primaryFlowStoryRef)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
IFlowData persists the primary text flow. This interface exists on spreads which happen to be master spreads (kMasterPagesBoss), and does not exist on spreads which are not masters (regular kSpreadBoss). The document has an IMasterSpreadList which is a list of the document's IMasterSpreads.
| pure virtual |
GetPrimaryTextFlowStory - Return the primary text flow story for this spread
| pure virtual |
SetPrimaryTextFlowStory - Set the primary text flow story for this spread