#include <ITrackChangesSettings.h>
|
| enum | { kDefaultIID = IID_ITRACKCHANGESTORYSETTINGS } |
| |
ITrackChangeStorySettings
Represents information about the track changes settings for the story.
| 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
| whether | or 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
| whether | or not to preserve track change data |