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

#include <IStoryNeedsRelinkData.h>

Inheritance diagram for IStoryNeedsRelinkData:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ISTORYNEEDSRELINK }
 

Public Member Functions

virtual bool16 Get () const =0
 
virtual void Set (bool16 b)=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

Interface on kTextStoryBoss. This interface was set by ICStoriesCurrentIdleTask to indicate that this InCopy story is out-of-date and needs to relink.

Member Function Documentation

virtual bool16 IStoryNeedsRelinkData::Get () const
pure virtual

Get method to get if story needs to relinked.

Parameters
none
Returns
bool16
virtual void IStoryNeedsRelinkData::Set (bool16 b)
pure virtual

Set method to set if story needs to relinked.

Parameters
bkTrue means that story needs relinked.