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

#include <ITrackChangesSettings.h>

Inheritance diagram for ITrackChangeStorySettings:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ITRACKCHANGESTORYSETTINGS }
 

Public Member Functions

virtual bool16 GetIsTracking () const =0
 
virtual void SetIsTracking (bool16 isTracking)=0
 
virtual bool16 GetPreserveTrackChangeData () const =0
 
virtual void SetPreserveTrackChangeData (bool16 preserveData)=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

ITrackChangeStorySettings

Represents information about the track changes settings for the story.

Member Function Documentation

virtual bool16 ITrackChangeStorySettings::GetIsTracking () const
pure virtual

the story tracking state

Returns
kTrue if changes are being tracked
virtual bool16 ITrackChangeStorySettings::GetPreserveTrackChangeData () const
pure virtual

this is an indicator that track change data should be preserved - currently used to distiguish when importing an incopy file so the source track change data is transferred to the destination story we also use this same flag to determine if other story level settings should be copied when placing such as opt margin alignment and story label

Returns
kTrue if track change data should be preserved
virtual void ITrackChangeStorySettings::SetIsTracking (bool16 isTracking)
pure virtual

the story tracking state

Parameters
whetheror not changes should be tracked
virtual void ITrackChangeStorySettings::SetPreserveTrackChangeData (bool16 preserveData)
pure virtual

this is an indicator that track change data should be preserved - currently used to distiguish when importing an incopy file so the source track change data is transferred to the destination story we also use this same flag to determine if other story level settings should be copied when placing such as opt margin alignment and story label

Parameters
whetheror not to preserve track change data